Apply assistant changes to gradle file

This commit is contained in:
tzugen 2023-06-01 10:31:36 +02:00
parent 3a1251dd2a
commit 4c049671db
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930

View File

@ -14,7 +14,7 @@ android {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
resConfigs 'cs', 'de', 'en', 'es', 'fr', 'gl', 'hu', 'it', 'ja', 'nb-rNO', 'nl', 'pl', 'pt', 'pt-rBR', 'ru', 'zh-rCN', 'zh-rTW'
resourceConfigurations += ['cs', 'de', 'en', 'es', 'fr', 'gl', 'hu', 'it', 'ja', 'nb-rNO', 'nl', 'pl', 'pt', 'pt-rBR', 'ru', 'zh-rCN', 'zh-rTW']
}
bundle.language.enableSplit = false