3.3.0-patch1

This commit is contained in:
Yair Morgenstern 2019-11-23 21:36:00 +02:00
parent 1230b00688
commit 86fdf3ebd7

View File

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