diff --git a/android/build.gradle b/android/build.gradle index 184923f177..cee5d9ce67 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,8 +21,8 @@ android { applicationId "com.unciv.app" minSdkVersion 14 targetSdkVersion 29 - versionCode 327 - versionName "3.2.4" + versionCode 328 + versionName "3.3.0" } // Had to add this crap for Travis to build, it wanted to sign the app @@ -160,3 +160,4 @@ idea { } } } + \ No newline at end of file