From f168021f51f48ff91eef2ca14ee04b77798d4a8e Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Fri, 3 Jul 2026 16:25:39 +0200 Subject: [PATCH] release: bump version to 2.13.0 (21300) Co-Authored-By: Claude Fable 5 --- 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 72977e7..6ff2520 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 = 21200 - versionName = "2.12.0" + versionCode = 21300 + versionName = "2.13.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }