diff --git a/android/gradle.properties b/android/gradle.properties new file mode 100644 index 0000000..e1c465f --- /dev/null +++ b/android/gradle.properties @@ -0,0 +1,6 @@ +android.useAndroidX=true +android.enableJetifier=true +android.suppressUnsupportedCompileSdk=35 +kotlin.code.style=official +org.gradle.caching=true +org.gradle.jvmargs=-Xmx3g -Dfile.encoding=UTF-8