Adopt settings from Android Studio

It doesn't change any functionality, only the format and
settings according to the recommendations of Android Studio
This commit is contained in:
Fabian Wiesel
2024-02-16 20:35:48 +01:00
parent b61a6f5ba8
commit b339602184
7 changed files with 40 additions and 28 deletions

View File

@@ -20,6 +20,6 @@
# The aapt2 tool creates an APK which fails to install on Android 5 and below if it contains
# a bug. Build tools 27.0.1 has a mitigation. Avoiding aapt2 also avoids hitting the bug.
# See: https://issuetracker.google.com/issues/64434571
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false
android.nonTransitiveRClass=false
android.nonTransitiveRClass=true
org.gradle.configuration-cache=true