From 558aa2e69b0e3ddb9773c1d5b5adfd5ea15eae77 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Mon, 17 Aug 2026 17:00:55 +0200 Subject: [PATCH] Start 2.19.2 --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8e66663..715fe19 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 = 21901 - versionName = "2.19.1" + versionCode = 21902 + versionName = "2.19.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }