2.19.1 — drag-to-reschedule can be turned off

This commit is contained in:
2026-08-11 16:53:48 +02:00
parent 93b9aa8f34
commit ce2936a2a7
14 changed files with 35 additions and 2 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 = 21900
versionName = "2.19.0"
versionCode = 21901
versionName = "2.19.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}