gradle: remove duplicate useAndroidX entry

Signed-off-by: Lucas Lee Jing Yi <lucasleeeeeeeee@gmail.com>
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Lucas Lee Jing Yi 2022-06-15 10:59:55 +08:00 committed by Harsh Shandilya
parent 38cb184cf8
commit 8d33b648cc
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
1 changed files with 0 additions and 3 deletions

View File

@ -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.