diff --git a/CHANGELOG.md b/CHANGELOG.md index cef5fed53..9787ded8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased - 132 +## v2.27.0 - 132 (2024-01-30) - Refine "Add card" workflow - Validation flow improvements diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 442935535..e1fe35e6b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -21,8 +21,8 @@ android { applicationId = "me.hackerchick.catima" minSdk = 21 targetSdk = 33 - versionCode = 131 - versionName = "2.26.0" + versionCode = 132 + versionName = "2.27.0" vectorDrawables.useSupportLibrary = true multiDexEnabled = true diff --git a/docs/RELEASE_STEPS.md b/docs/RELEASE_STEPS.md index a37cdadd7..f8cf44535 100644 --- a/docs/RELEASE_STEPS.md +++ b/docs/RELEASE_STEPS.md @@ -4,8 +4,8 @@ 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 and the release date -4. Update `app/build.gradle` with the new `versionCode` and `versionName` +4. Update `app/build.gradle.kts` 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 -7. Push the version update: `git add CHANGELOG.md app/build.gradle && git commit -m "Release Catima " && git push` +7. Push the version update: `git add CHANGELOG.md app/build.gradle.kts && git commit -m "Release Catima " && git push` 8. Create a new release on GitHub and attach the `app-release.apk` and `SHA256SUMS` files