Can now choose a map name and load a map from those existing on the phone!

This commit is contained in:
Yair Morgenstern
2019-02-02 23:26:56 +02:00
parent 3a990434f3
commit 81d1a79e19
6 changed files with 106 additions and 39 deletions

View File

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