1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-10 23:41:38 +09:00

Update gradle.properties

This commit is contained in:
areteruhiro 2024-10-17 00:32:17 +09:00 committed by GitHub
parent 8cdee9f87c
commit 89e3d388d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,4 +10,6 @@ org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true
android.useAndroidX=true
android.enableJetifier=true