This commit is contained in:
Yair Morgenstern
2019-11-13 23:07:04 +02:00
parent d3694b600b
commit 6eaa4c320f

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app" applicationId "com.unciv.app"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 29 targetSdkVersion 29
versionCode 324 versionCode 325
versionName "3.2.1-patch1" versionName "3.2.2"
} }
// 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