From ab2c7fe51f1071429a05d5424e26452f9086a2b8 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Tue, 3 Dec 2019 21:04:48 +0200 Subject: [PATCH] 3.3.4-patch1 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 04ec6c4fc6..7d95487730 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,8 +21,8 @@ android { applicationId "com.unciv.app" minSdkVersion 14 targetSdkVersion 29 - versionCode 334 - versionName "3.3.4" + versionCode 335 + versionName "3.3.4-patch1" } // Had to add this crap for Travis to build, it wanted to sign the app