From 86fdf3ebd7ca3d7a39805736ab19cf517a17083b Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 23 Nov 2019 21:36:00 +0200 Subject: [PATCH] 3.3.0-patch1 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index cee5d9ce67..65534fa0ce 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,8 +21,8 @@ android { applicationId "com.unciv.app" minSdkVersion 14 targetSdkVersion 29 - versionCode 328 - versionName "3.3.0" + versionCode 329 + versionName "3.3.0-patch1" } // Had to add this crap for Travis to build, it wanted to sign the app