Add the new translations to resConfigs

This commit is contained in:
Óscar García Amor 2020-11-29 12:35:12 +01:00
parent 74b484fc1d
commit 51cdbe7084
No known key found for this signature in database
GPG Key ID: E18B2370D3D566EE
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ android {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
resConfigs "de", "en", "es", "fr", "hu", "nl", "pl", "pt", "pt-rBR"
resConfigs "cs", "de", "en", "es", "fr", "hu", "it", "nl", "pl", "pt", "pt-rBR", "ru", "zh-rCN", "zh-rTW"
}
buildTypes {