We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d2f39 commit b06d87eCopy full SHA for b06d87e
gradle.properties
@@ -9,11 +9,12 @@
9
10
# Specifies the JVM arguments used for the daemon process.
11
# The setting is particularly useful for tweaking memory settings.
12
-android.enableJetifier=true
+org.gradle.jvmargs=-Xmx1536m
13
+
14
+android.enableJetifier=false
15
android.nonFinalResIds=false
16
android.nonTransitiveRClass=true
17
android.useAndroidX=true
-org.gradle.jvmargs=-Xmx1536m
18
19
# When configured, Gradle will run in incubating parallel mode.
20
# This option should only be used with decoupled projects. More details, visit
0 commit comments