New "Load map" screen, with load from clipboard and delete map options

This commit is contained in:
Yair Morgenstern
2019-08-25 23:26:50 +03:00
parent 17f41a549e
commit 3a04fe75eb
7 changed files with 135 additions and 102 deletions

View File

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