Version 1.37.0

This commit is contained in:
MM20 2025-07-04 18:47:34 +02:00
parent 588aa656c3
commit 83b96e4fcd
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 6 additions and 2 deletions

View File

@ -31,8 +31,8 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025050301
versionName = "1.36.1"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025070400
versionName = "1.37.0"
signingConfig = signingConfigs.getByName("debug")
}

View File

@ -0,0 +1,4 @@
- New layout with more gesture options
- More theme options for shapes and typography
See https://github.com/MM2-0/Kvaesitso/releases/tag/v1.37.0 for more details.