[translation] change to crowdin %android-code%

This commit is contained in:
LoveSy 2021-09-04 10:57:59 +08:00 committed by LoveSy
parent 8278e2d64d
commit 743124e4be
12 changed files with 0 additions and 4 deletions

View File

@ -60,10 +60,6 @@ android {
targetSdk = androidTargetSdkVersion
versionCode = verCode
versionName = verName
resourceConfigurations += arrayOf(
"en", "zh-rCN", "zh-rTW", "zh-rHK", "ru", "uk", "nl", "ko", "fr", "de",
"it", "pt", "es", "ja", "tr"
)
buildConfigField("long", "BUILD_TIME", Instant.now().epochSecond.toString())
}