Update android studio. Add compose settings screen.
Some checks are pending
continuous-integration/drone/push Build is pending

This commit is contained in:
2023-01-19 19:38:01 +01:00
parent bcc08e4605
commit e09bd26859
16 changed files with 245 additions and 107 deletions

View File

@@ -30,7 +30,7 @@ android {
targetSdkVersion 33
versionCode versionProperties["versionCode"].toInteger()
versionName "1.1.0Beta1"
resConfigs("de", "en")
resConfigs 'de', 'en'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
vectorDrawables {