Resolved #974 - city stats not summmed correctly

This commit is contained in:
Yair Morgenstern
2019-07-28 22:50:22 +03:00
parent 98eb4c8cd7
commit 2d24e62b0b
2 changed files with 3 additions and 3 deletions

View File

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