We now load translation percentages on initialization so we won't need to mid-game, fixed "create" and the "resume" both trying to do the same things

This commit is contained in:
Yair Morgenstern
2019-12-19 17:48:17 +02:00
parent ebfd79636f
commit a41874e1a5
5 changed files with 31 additions and 21 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 29
versionCode 347
versionName "3.4.0-patch3"
versionCode 348
versionName "3.4.0-patch4"
archivesBaseName = "Unciv"
}