Fixed "units from ruins block activating unit" bug and fixed colors for new city states

This commit is contained in:
Yair Morgenstern
2019-07-27 22:34:57 +03:00
parent 42e5f3b883
commit b131372b13
4 changed files with 18 additions and 10 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 28
versionCode 278
versionName "2.18.6-patch1"
versionCode 279
versionName "2.18.6-patch2"
}
// Had to add this crap for Travis to build, it wanted to sign the app