mirror of
https://github.com/acszo/Redomi.git
synced 2026-03-13 10:01:35 +08:00
15 lines
564 B
INI
15 lines
564 B
INI
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
|
android.useAndroidX=true
|
|
kotlin.code.style=official
|
|
android.nonTransitiveRClass=true
|
|
org.gradle.configuration-cache=true
|
|
android.defaults.buildfeatures.resvalues=true
|
|
android.sdk.defaultTargetSdkToCompileSdkIfUnset=false
|
|
android.enableAppCompileTimeRClass=false
|
|
android.usesSdkInManifest.disallowed=false
|
|
android.uniquePackageNames=false
|
|
android.dependency.useConstraints=true
|
|
android.r8.strictFullModeForKeepRules=false
|
|
android.r8.optimizedResourceShrinking=false
|
|
android.builtInKotlin=false
|
|
android.newDsl=false |