Version 1.31.0
This commit is contained in:
parent
a7437b6a43
commit
787a17a325
@ -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() ?: 2024051000
|
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024063000
|
||||||
versionName = "1.30.4"
|
versionName = "1.31.0"
|
||||||
signingConfig = signingConfigs.getByName("debug")
|
signingConfig = signingConfigs.getByName("debug")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,6 @@
|
|||||||
|
- Add support for places search plugins
|
||||||
|
- Apps can now be hidden from the app drawer without being removed from search results
|
||||||
|
- Redesigned search results
|
||||||
|
- Bug fixes
|
||||||
|
|
||||||
|
Full changelog at https://github.com/MM2-0/Kvaesitso/releases/tag/v1.31.0
|
||||||
Loading…
x
Reference in New Issue
Block a user