mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
add Czech to list of languages to not filter
This commit is contained in:
parent
208cbd2a1c
commit
caf3a77669
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,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 "en", "de", "es", "fi", "fr", "ga", "it", "ja", "nl", "ru", "sk", "sv", "zh"
|
||||
resConfigs "cs", "de", "en", "es", "fi", "fr", "ga", "it", "ja", "nl", "ru", "sk", "sv", "zh"
|
||||
|
||||
// Needed to make mapbox work inside the firebase testlab - FIXME, alas, still doesn't work
|
||||
ndk {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue