We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c946b3 commit feecf70Copy full SHA for feecf70
gradle.properties
@@ -13,7 +13,7 @@ org.gradle.daemon=true
13
org.gradle.caching=true
14
org.gradle.parallel=true
15
org.gradle.configureondemand=true
16
-org.gradle.jvmargs=-Xmx3096M -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+org.gradle.jvmargs=-Xmx3096M -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
17
18
# When configured, Gradle will run in incubating parallel mode.
19
# This option should only be used with decoupled projects. More details, visit
@@ -34,4 +34,4 @@ android.useAndroidX=true
34
android.enableJetifier=true
35
android.defaults.buildfeatures.buildconfig=true
36
android.nonTransitiveRClass=false
37
-android.nonFinalResIds=false
+android.nonFinalResIds=false
0 commit comments