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