From 6aba9778232fcec8820e5adf30b00f149f4e103c Mon Sep 17 00:00:00 2001 From: Jonas Haugesen Date: Fri, 11 Sep 2026 13:23:13 +0200 Subject: [PATCH] Bump version to 1.40.2-typing.6 Alarm shows its trigger time and matches the date part's typography, static dynamic-zone rankings (alarm 100, date 90, calendar 30), and a wider agenda dot column. --- 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 bb25175a8..b15c2e395 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() ?: 2026091004 - versionName = "1.40.2-typing.5" + versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2026091005 + versionName = "1.40.2-typing.6" signingConfig = signingConfigs.getByName("debug") }