From e66c5e36fb42d61712a46c935ecf4a81dc9c28f0 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Sat, 10 Jun 2023 10:44:42 +0200 Subject: [PATCH] Release Catima 2.24.0 --- CHANGELOG.md | 2 +- app/build.gradle | 4 ++-- docs/RELEASE_STEPS.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c3e49156..c93c89f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased - 124 +## v2.24.0 - 124 (2023-06-10) - Support selecting exactly which details to view in card overview diff --git a/app/build.gradle b/app/build.gradle index 3440ddf18..262634430 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { applicationId "me.hackerchick.catima" minSdk 21 targetSdk 33 - versionCode 123 - versionName "2.23.3" + versionCode 124 + versionName "2.24.0" vectorDrawables.useSupportLibrary true multiDexEnabled true diff --git a/docs/RELEASE_STEPS.md b/docs/RELEASE_STEPS.md index 4fa2281b7..a37cdadd7 100644 --- a/docs/RELEASE_STEPS.md +++ b/docs/RELEASE_STEPS.md @@ -3,7 +3,7 @@ # When releasing, do the following: 1. Press "Commit" and "Push" on Weblate to ensure all translations are up to date 2. Merge Weblate pull request -3. Update `CHANGELOG.md` with the new version name +3. Update `CHANGELOG.md` with the new version name and the release date 4. Update `app/build.gradle` with the new `versionCode` and `versionName` 5. Build a new .apk: `KEYSTORE=/path/to/keystore KEYSTORE_ALIAS=catima ./build.sh` 6. Upload the APK to Google Play Open Testing