Version 1.31.1
This commit is contained in:
parent
095565a4b1
commit
9424663dac
@ -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() ?: 2024063000
|
||||
versionName = "1.31.0"
|
||||
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024070100
|
||||
versionName = "1.31.1"
|
||||
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