changed chinese language file location
This commit is contained in:
parent
cb0a5fb047
commit
902c8afb40
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ android {
|
||||||
versionName project.ext.versionName
|
versionName project.ext.versionName
|
||||||
|
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
resConfigs "b+zh+HANS+CN", "en", "da", "de", "fr", "id", "it", "ja", "nb-rNO", "nl", "sv"
|
resConfigs "en", "da", "de", "fr", "id", "it", "ja", "nb-rNO", "nl", "sv", "zh-rCN"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
Loading…
Reference in a new issue