diff --git a/android/build.gradle b/android/build.gradle index e02eef53..4ab6d0de 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -20,8 +20,8 @@ android { applicationId "de.sesu8642.feudaltactics" minSdkVersion 24 targetSdkVersion 33 - versionCode 8 - versionName "1.2.0" + versionCode 9 + versionName "1.2.1" } buildTypes { release { diff --git a/build.gradle b/build.gradle index 9a83f73b..4f3b7063 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { allprojects { apply plugin: "eclipse" - version = '1.2.0' + version = '1.2.1' ext { appName = "Feudal Tactics" gdxVersion = '1.11.0'