diff options
author | Lucas Lee Jing Yi <lucasleeeeeeeee@gmail.com> | 2022-06-15 10:59:55 +0800 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-06-15 12:51:31 +0530 |
commit | 8d33b648cc3070a7ac0671d6b6edc68bd6ab48a3 (patch) | |
tree | 5904df93b81e348154fcd0b9e3a24b9fbd3ba1c0 /gradle.properties | |
parent | 38cb184cf8b199ab468986f6a74159f8d4059a2a (diff) |
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.properties | 3 |
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. |