diff options
author | 2021-07-28 15:24:47 +0530 | |
---|---|---|
committer | 2021-07-28 15:32:49 +0530 | |
commit | 82c9b75ea16eba1ead2dd97bc3e8969f941a7fdd (patch) | |
tree | f488001cde2961561068d5c49d044bfbad45670c /gradle.properties | |
parent | gradle: switch to -bin distribution (diff) | |
download | wireguard-android-82c9b75ea16eba1ead2dd97bc3e8969f941a7fdd.tar.xz wireguard-android-82c9b75ea16eba1ead2dd97bc3e8969f941a7fdd.zip |
gradle: disable Jetifier that is no longer necessary
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '')
-rw-r--r-- | gradle.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index efed748..670f7d0 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. |