Tutorial fix

This commit is contained in:
Yair Morgenstern
2019-10-10 09:48:05 +03:00
parent 4baa7b6105
commit 222e4ad4b5
2 changed files with 10 additions and 4 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 29
versionCode 305
versionName "3.1.3"
versionCode 306
versionName "3.1.4"
}
// Had to add this crap for Travis to build, it wanted to sign the app