From 6c6cbe33fa005e3870d9ae554c49f1349798691a Mon Sep 17 00:00:00 2001 From: Jonas Haugesen Date: Fri, 11 Sep 2026 12:25:17 +0200 Subject: [PATCH] Bump version to 1.40.2-typing.5 The agenda part and the configurable number of dynamic zone slots, with the time column left-aligned. --- app/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/app/build.gradle.kts b/app/app/build.gradle.kts index 0a0d0a258..bb25175a8 100644 --- a/app/app/build.gradle.kts +++ b/app/app/build.gradle.kts @@ -34,8 +34,8 @@ android { applicationId = "de.mm20.launcher2" minSdk = libs.versions.minSdk.get().toInt() targetSdk = libs.versions.targetSdk.get().toInt() - versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2026091003 - versionName = "1.40.2-typing.4" + versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2026091004 + versionName = "1.40.2-typing.5" signingConfig = signingConfigs.getByName("debug") }