v0.6.3a: updated translations, and added language declaration to gradle

This commit is contained in:
Evan Debenham
2018-02-19 16:58:01 -05:00
parent 27e0f5843b
commit 213efd7f70
8 changed files with 81 additions and 76 deletions

View File

@@ -4,6 +4,11 @@ android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
defaultConfig {
resConfigs "en", "cs", "tr", "ca", "ko", "pl", "it",
"eo", "ru", "zh", "de", "fr", "es", "pt", "fi", "hu", "in"
}
buildTypes {
debug {
applicationIdSuffix ".indev"