gradle: disable Jetifier that is no longer necessary

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-07-28 15:24:47 +05:30
parent a23c57bab0
commit 82c9b75ea1
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -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.