Version 1.35.1
This commit is contained in:
parent
9a5af89ec9
commit
2080897839
@ -31,8 +31,8 @@ android {
|
|||||||
minSdk = libs.versions.minSdk.get().toInt()
|
minSdk = libs.versions.minSdk.get().toInt()
|
||||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||||
@SuppressLint("HighAppVersionCode")
|
@SuppressLint("HighAppVersionCode")
|
||||||
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025040200
|
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025040300
|
||||||
versionName = "1.35.0"
|
versionName = "1.35.1"
|
||||||
signingConfig = signingConfigs.getByName("debug")
|
signingConfig = signingConfigs.getByName("debug")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,8 @@
|
|||||||
|
Full changelog: https://github.com/MM2-0/Kvaesitso/releases/tag/v1.35.0
|
||||||
|
|
||||||
|
- 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
|
||||||
Loading…
x
Reference in New Issue
Block a user