Cities now only take ownership of _unowned_ tiles around them

This commit is contained in:
Yair Morgenstern
2019-04-01 22:38:36 +03:00
parent 9a72623499
commit 89a720f7b2
3 changed files with 8 additions and 5 deletions

View File

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