City founding tutorial no longer activates if the AI founded a city before you

This commit is contained in:
Yair Morgenstern
2019-08-18 23:25:01 +03:00
parent 23f575d150
commit 56b3f1c77a
4 changed files with 34 additions and 33 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 28
versionCode 286
versionName "2.19.5"
versionCode 287
versionName "2.19.6"
}
// Had to add this crap for Travis to build, it wanted to sign the app