7dc6ee7992
* Remove CI specific gradle props They are installed by the CI pipeline automatically Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * Upgrade AGP to 3.6.2 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * Suppress android.useMinimalKeepRules warning Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * Update to Spotless 3.28.1 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
17 lines
635 B
Properties
17 lines
635 B
Properties
# AndroidX
|
|
android.enableJetifier=true
|
|
android.useAndroidX=true
|
|
|
|
# R8 Full mode
|
|
android.enableR8.fullMode=true
|
|
|
|
# Disable warnings for experimental options
|
|
android.suppressUnsupportedOptionWarnings=android.suppressUnsupportedOptionWarnings,android.enableR8.fullMode,android.useMinimalKeepRules,android.namespacedRClass
|
|
|
|
# https://jakewharton.com/increased-accuracy-of-aapt2-keep-rules/
|
|
android.useMinimalKeepRules=true
|
|
|
|
# Enable rudimentary R class namespacing where each library only contains
|
|
# references to the resources it declares instead of declarations plus all
|
|
# transitive dependency references.
|
|
android.namespacedRClass=true
|