配置删除不必要的资源语言

This commit is contained in:
ZCShou 2021-09-02 14:41:03 +08:00
parent 134872e934
commit b3ff18478b

View File

@ -17,6 +17,7 @@ android {
versionCode 180
versionName '1.8.0' // https://semver.org/lang/zh-CN/
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs "zh", "zh-rCN", "en", "en-rUS" //
}
ndkVersion '23.0.7599858'
buildTypes {