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.
This commit is contained in:
2026-09-11 12:25:17 +02:00
parent 6ae31fe92b
commit 6c6cbe33fa

View File

@@ -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")
}