Can now choose Era when starting a new game!

This commit is contained in:
Yair Morgenstern
2019-10-11 16:05:27 +03:00
parent e77fdd2993
commit 27dfae18de
5 changed files with 67 additions and 23 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 29
versionCode 307
versionName "3.1.4-patch1"
versionCode 308
versionName "3.1.5"
}
// Had to add this crap for Travis to build, it wanted to sign the app