Unhappiness battle modifier properly capped now

This commit is contained in:
Yair Morgenstern
2018-12-12 22:57:03 +02:00
parent 9187465699
commit 406fa60f61
2 changed files with 4 additions and 4 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.game"
minSdkVersion 14
targetSdkVersion 28
versionCode 178
versionName "2.10.14"
versionCode 179
versionName "2.10.15"
}
// Had to add this crap for Travis to build, it wanted to sign the app