Players can now continue to view (but not change) game data when other players are playing their turns

This commit is contained in:
Yair Morgenstern
2019-08-06 23:04:56 +03:00
parent 2f6eec5ff8
commit cbf1b8bb11
4 changed files with 49 additions and 51 deletions

View File

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