We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7a331 commit 513f20aCopy full SHA for 513f20a
android/src/main/java/com/library/gradle.properties
@@ -0,0 +1,19 @@
1
+# File: android/gradle.properties
2
+
3
+# Enable Jetifier for backward compatibility with old Android dependencies
4
+enableJetifier=true
5
6
+# Optimize build performance
7
+org.gradle.daemon=true
8
+org.gradle.parallel=true
9
+org.gradle.configureondemand=true
10
11
+# JVM arguments for faster builds
12
+org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
13
14
+# React Native properties
15
+android.useAndroidX=true
16
+android.enableJetifier=true
17
18
+# Set the default NDK version (if required)
19
+android.ndkVersion=21.4.7075529
0 commit comments