Resolved #983 - city-state defeat messages were empty

This commit is contained in:
Yair Morgenstern
2019-08-01 21:40:16 +03:00
parent 3348683558
commit 691d905c9f
3 changed files with 19 additions and 4 deletions

View File

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