feat: Per-app language preferences

This commit is contained in:
‭huajijam
2023-05-04 21:42:35 +08:00
parent 4f9ef060ea
commit fa793d764b
6 changed files with 26 additions and 2 deletions

View File

@@ -37,6 +37,8 @@ android {
/** 添加 App Center Secret 到 BuildConfig */
buildConfigField('String', 'APP_CENTER_SECRET', "\"${getAppCenterSecret()}\"")
resourceConfigurations += ["en", "ja", "zh_CN", "zh_HK", "zh_MO", "zh_TW"]
}
buildTypes {