From a52953169edfeee58ba4b782fe1dec469a5147a4 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Thu, 30 Jul 2026 22:41:28 +0200 Subject: [PATCH] 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- CHANGELOG.md | 2 +- app/build.gradle.kts | 4 ++-- .../android/en-US/changelogs/{21700.txt => 21701.txt} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename fastlane/metadata/android/en-US/changelogs/{21700.txt => 21701.txt} (100%) 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