Added a popup for people who try to create a game and fail

This commit is contained in:
Yair Morgenstern
2019-04-24 21:14:53 +03:00
parent 143d4422e8
commit d8c238bf97
2 changed files with 12 additions and 3 deletions

View File

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