From 8d33b648cc3070a7ac0671d6b6edc68bd6ab48a3 Mon Sep 17 00:00:00 2001 From: Lucas Lee Jing Yi Date: Wed, 15 Jun 2022 10:59:55 +0800 Subject: gradle: remove duplicate useAndroidX entry Signed-off-by: Lucas Lee Jing Yi Signed-off-by: Harsh Shandilya --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) (limited to 'gradle.properties') 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. -- cgit v1.2.3-59-g8ed1b