summaryrefslogtreecommitdiffhomepage
path: root/gradle.properties
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2022-11-10 21:49:51 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2022-11-10 21:49:51 +0100
commit88fff94a9444b90d368c5f4ffb4db018c561a54e (patch)
tree3350290a84b82e14d3dfbfa11ea67679ec251735 /gradle.properties
parent700bce0898b4a70209ef8da4c6e062eded5afea3 (diff)
parent4ff564521fd42dcd54c8e0886317cae64d19d6f3 (diff)
Merge remote-tracking branch 'origin/master' into new/http-proxy
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.