Re-cut 2.17.0 as 2.17.1: the 2.17.0 release never shipped — the Play
handoff failed before the F-Droid publish and left no tag, no APK and no
release anywhere. Its changelog section moves to 2.17.1 unchanged so
users still get the full "What's New" on update.
This commit is contained in:
2026-07-30 22:41:28 +02:00
parent 4d990e3749
commit a52953169e
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [2.17.0] — 2026-07-30 ## [2.17.1] — 2026-07-30
### Added ### Added
- Settings → Calendars now says what is different about a calendar instead of - Settings → Calendars now says what is different about a calendar instead of

View File

@@ -28,8 +28,8 @@ android {
// which builds this version and then creates the matching vX.Y.Z tag + // which builds this version and then creates the matching vX.Y.Z tag +
// release itself (versionCode is pinned to MAJOR*10000 + MINOR*100 + // release itself (versionCode is pinned to MAJOR*10000 + MINOR*100 +
// PATCH from versionName, e.g. 2.7.2 -> 20702). See docs/RELEASING.md. // PATCH from versionName, e.g. 2.7.2 -> 20702). See docs/RELEASING.md.
versionCode = 21700 versionCode = 21701
versionName = "2.17.0" versionName = "2.17.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }