Fixed crash in new diplomatic relations and unified DiplomacyManager.getModifier()

This commit is contained in:
Yair Morgenstern
2019-06-03 22:06:35 +03:00
parent f49662b22e
commit 527288b886
2 changed files with 16 additions and 12 deletions

View File

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