aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gradle.properties
diff options
context:
space:
mode:
authorLucas Lee Jing Yi <lucasleeeeeeeee@gmail.com>2022-06-15 10:59:55 +0800
committerHarsh Shandilya <me@msfjarvis.dev>2022-06-15 12:51:31 +0530
commit8d33b648cc3070a7ac0671d6b6edc68bd6ab48a3 (patch)
tree5904df93b81e348154fcd0b9e3a24b9fbd3ba1c0 /gradle.properties
parentui: reorder constraints to fix detail fragment overlap (diff)
downloadwireguard-android-8d33b648cc3070a7ac0671d6b6edc68bd6ab48a3.tar.xz
wireguard-android-8d33b648cc3070a7ac0671d6b6edc68bd6ab48a3.zip
gradle: remove duplicate useAndroidX entry
Signed-off-by: Lucas Lee Jing Yi <lucasleeeeeeeee@gmail.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties3
1 files changed, 0 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties
index b91f5409..3efc9b38 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -18,9 +18,6 @@ org.gradle.jvmargs=-Xmx1536m
# Turn off AP discovery in compile path to enable compile avoidance
kapt.include.compile.classpath=false
-# Enable AndroidX
-android.useAndroidX=true
-
# Enable non-transitive R class namespacing where each library only contains
# references to the resources it declares instead of declarations plus all
# transitive dependency references.