diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3ae52384..e34b6569 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { applicationId = "com.sadellie.unitto" minSdk = 21 targetSdk = 33 - versionCode = 9 - versionName = "Dark sea green" + versionCode = 10 + versionName = "Electric purple" buildConfigField("Boolean", "ANALYTICS", "true") testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/10.txt b/fastlane/metadata/android/en-US/changelogs/10.txt new file mode 100644 index 00000000..141dba98 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.txt @@ -0,0 +1,7 @@ +"Electric purple" update: +1. You can now control which unit groups will be seen in your app +2. Updated visuals for unit selection screens +3. Application stability and performance improvements +4. Visual tweaks + +Roadmap: https://trello.com/b/cxAbRlvu/unitto \ No newline at end of file