Fix translate error for Spanish and Korean

This commit is contained in:
ZaneYork 2020-03-20 09:42:58 +08:00
parent 6d04e5fa44
commit 4761d3d998
3 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "com.zane.smapiinstaller" applicationId "com.zane.smapiinstaller"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 28 targetSdkVersion 28
versionCode 16 versionCode 17
versionName "1.3.2" versionName "1.3.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true multiDexEnabled true