2.19.0 — drag to reschedule, bulk delete from search, onboarding wizard (#172)
All checks were successful
Release — F-Droid repo + Gitea/Codeberg release + Play / detect (push) Successful in 12s
Release — F-Droid repo + Gitea/Codeberg release + Play / release (push) Successful in 14m58s
Release — F-Droid repo + Gitea/Codeberg release + Play / play (push) Successful in 1m2s

Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/172
This commit is contained in:
Jean-Luc Makiola
2026-08-10 18:40:55 +02:00
parent ca826737ed
commit 93b9aa8f34
90 changed files with 7699 additions and 911 deletions

View File

@@ -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 = 21801
versionName = "2.18.1"
versionCode = 21900
versionName = "2.19.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}