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 b1f600a commit 79ae159Copy full SHA for 79ae159
gradle.properties
@@ -11,11 +11,12 @@
11
# The setting is particularly useful for tweaking memory settings.
12
# Default value: -Xmx10248m -XX:MaxPermSize=256m
13
org.gradle.jvmargs=-Xmx1536m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14
-android.enableJetifier=false
15
-android.useAndroidX=true
16
-
17
18
# When configured, Gradle will run in incubating parallel mode.
19
# This option should only be used with decoupled projects. More details, visit
20
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
21
- org.gradle.parallel=true
+org.gradle.parallel=true
+
+# AztecAndroid-Android properties.
+android.enableJetifier=false
22
+android.useAndroidX=true
0 commit comments