We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703f1f9 commit c11662bCopy full SHA for c11662b
gradle.properties
@@ -6,6 +6,10 @@
6
# http://www.gradle.org/docs/current/userguide/build_environment.html
7
# Specifies the JVM arguments used for the daemon process.
8
# The setting is particularly useful for tweaking memory settings.
9
+android.enableJetifier=true
10
+android.enableR8=true
11
+android.enableR8.fullMode=true
12
+android.useAndroidX=true
13
org.gradle.jvmargs=-Xmx1536m
14
# When configured, Gradle will run in incubating parallel mode.
15
# This option should only be used with decoupled projects. More details, visit
0 commit comments