diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-07-28 15:24:47 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-07-28 15:32:49 +0530 |
commit | 82c9b75ea16eba1ead2dd97bc3e8969f941a7fdd (patch) | |
tree | f488001cde2961561068d5c49d044bfbad45670c /gradle.properties | |
parent | a23c57bab0256ce76a772fdb8a42ac84bc9d636e (diff) |
gradle: disable Jetifier that is no longer necessary
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'gradle.properties')
-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. |