diff options
-rw-r--r-- | gradle.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index efed7483..670f7d0a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,10 +7,11 @@ # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html +# Enable AndroidX support +android.useAndroidX=true + # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -android.enableJetifier=true -android.useAndroidX=true org.gradle.jvmargs=-Xmx1536m # When configured, Gradle will run in incubating parallel mode. |