Added try/catch on reading the translation file (some phones don't support UTF-8???)

You can always pass the language screen even if we don't read the percentage files
We read the percentage files from the INTERNAL NOT THE LOCAL OBVIOUSLY
This commit is contained in:
Yair Morgenstern
2019-12-20 11:27:26 +02:00
parent 6d666e168b
commit 3f0e33df89
4 changed files with 16 additions and 9 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 29
versionCode 349
versionName "3.4.1"
versionCode 350
versionName "3.4.1-patch1"
archivesBaseName = "Unciv"
}