Can now add and remove improvements in the map editor!

This commit is contained in:
Yair Morgenstern
2019-06-10 18:36:25 +03:00
parent d657846cf1
commit 3e770db86d
3 changed files with 95 additions and 17 deletions

View File

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