From dd80530a93dd77cfc4743a3d8874f22f4000a6a2 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Fri, 7 Jun 2019 15:57:09 +0300 Subject: [PATCH] Version push to discord test --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index fac616072d..298c82cd6d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,8 +21,8 @@ android { applicationId "com.unciv.app" minSdkVersion 14 targetSdkVersion 28 - versionCode 254 - versionName "2.17.3" + versionCode 255 + versionName "2.17.4" } // Had to add this crap for Travis to build, it wanted to sign the app