Changed the basic click because the other one decided to stop working

This commit is contained in:
Yair Morgenstern
2018-12-17 19:37:00 +02:00
parent 94fd43f422
commit 30734c7287
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.game"
minSdkVersion 14
targetSdkVersion 28
versionCode 180
versionName "2.10.16"
versionCode 181
versionName "2.11.0"
}
// Had to add this crap for Travis to build, it wanted to sign the app