Resolved #1162 - City button, resources and tech description in multiplayer now act according to the viewing civ, and not the current player - Thanks @lobraarbol!

This commit is contained in:
Yair Morgenstern
2019-10-06 19:21:47 +03:00
parent 69aecfe419
commit 3d992fc9ee
7 changed files with 27 additions and 26 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 29
versionCode 304
versionName "3.1.2"
versionCode 305
versionName "3.1.3"
}
// Had to add this crap for Travis to build, it wanted to sign the app