Version 1.35.2

This commit is contained in:
MM20 2025-04-03 22:17:02 +02:00
parent ddeca24c35
commit fb33c859d3
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
3 changed files with 11 additions and 3 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() ?: 2025040300
versionName = "1.35.1"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025040301
versionName = "1.35.2"
signingConfig = signingConfigs.getByName("debug")
}

View File

@ -1,4 +1,4 @@
Full changelog: https://github.com/MM2-0/Kvaesitso/releases/tag/v1.35.0
Full changelog: https://github.com/MM2-0/Kvaesitso/releases/tag/v1.35.1
- Improve OSM search performance (thanks to @leekleak) and results (thanks to @shtrophic)
- Add preference to clock widget to choose between 12h and 24h format

View File

@ -0,0 +1,8 @@
Full changelog: https://github.com/MM2-0/Kvaesitso/releases/tag/v1.35.2
- Improve OSM search performance (thanks to @leekleak) and results (thanks to @shtrophic)
- Add preference to clock widget to choose between 12h and 24h format
- Add option to call contacts directly, skipping the dialer screen (thanks to @shtrophic)
- Add option to show apps in a list instead of a grid (thanks to @KorigamiK)
- Remove Google Drive support
- Bug fixes