kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix south korean locale reference
rodzic
bcf0d5be97
commit
b561d4c128
|
@ -67,7 +67,7 @@ android {
|
|||
defaultConfig {
|
||||
// We have to list all translated languages here, because some of our libs have bogus languages that google play
|
||||
// doesn't like and we need to strip them (gr)
|
||||
resConfigs "cs", "de", "el", "en", "es", "fi", "fr", "ga", "ht", "it", "ja", "ko", "nl", "no", "pl", "pt", "pt-rBR", "ro", "ru", "sk", "sl", "sq", "sv", "tr", "zh"
|
||||
resConfigs "cs", "de", "el", "en", "es", "fi", "fr", "ga", "ht", "it", "ja", "ko-rKR", "nl", "no", "pl", "pt", "pt-rBR", "ro", "ru", "sk", "sl", "sq", "sv", "tr", "zh"
|
||||
|
||||
// Needed to make mapbox work inside the firebase testlab - FIXME, alas, still doesn't work
|
||||
ndk {
|
||||
|
@ -205,4 +205,4 @@ dependencies {
|
|||
|
||||
kapt {
|
||||
correctErrorTypes true
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue