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