aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gradle.properties
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-07-28 15:24:47 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-07-28 15:32:49 +0530
commit82c9b75ea16eba1ead2dd97bc3e8969f941a7fdd (patch)
treef488001cde2961561068d5c49d044bfbad45670c /gradle.properties
parentgradle: switch to -bin distribution (diff)
downloadwireguard-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 'gradle.properties')
-rw-r--r--gradle.properties5
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.