diff --git a/CHANGELOG.md b/CHANGELOG.md index 75760cf..a7645c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [2.17.0] — 2026-07-30 +## [2.17.1] — 2026-07-30 ### Added - Settings → Calendars now says what is different about a calendar instead of diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4e24422..beebbc0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -28,8 +28,8 @@ android { // which builds this version and then creates the matching vX.Y.Z tag + // release itself (versionCode is pinned to MAJOR*10000 + MINOR*100 + // PATCH from versionName, e.g. 2.7.2 -> 20702). See docs/RELEASING.md. - versionCode = 21700 - versionName = "2.17.0" + versionCode = 21701 + versionName = "2.17.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/21700.txt b/fastlane/metadata/android/en-US/changelogs/21701.txt similarity index 100% rename from fastlane/metadata/android/en-US/changelogs/21700.txt rename to fastlane/metadata/android/en-US/changelogs/21701.txt