We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b28a9f7 + 6d8e254 commit c896f37Copy full SHA for c896f37
1 file changed
gradle.properties
@@ -0,0 +1,12 @@
1
+# Project-wide Gradle settings.
2
+# For more details on how to configure your build environment visit
3
+# https://developer.android.com/studio/build/gradle-properties
4
+
5
+# Specifies the JVM arguments used for the daemon process.
6
+# The setting is particularly useful for tweaking memory settings.
7
+org.gradle.jvmargs=-Xmx2048m
8
9
+# The following two lines are required to use AndroidX libraries.
10
+# https://developer.android.com/jetpack/androidx
11
+android.useAndroidX=true
12
+android.enableJetifier=true
0 commit comments