diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d2e15..d9917f7 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.7.1] — 2026-06-18 +## [2.7.2] — 2026-06-18 ### Added - Crash reporting you control. If Calendula closes unexpectedly, it now captures diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7d4e97a..4184296 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -28,8 +28,8 @@ android { // the tag, with versionCode = MAJOR*10000 + MINOR*100 + PATCH // (e.g. v2.0.0 -> 20000). These committed values are the dev/local // default; keep them matching the latest released tag. See docs/RELEASING.md. - versionCode = 20701 - versionName = "2.7.1" + versionCode = 20702 + versionName = "2.7.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }