Version 1.31.0

This commit is contained in:
MM20 2024-06-30 20:18:52 +02:00
parent a7437b6a43
commit 787a17a325
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 8 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() ?: 2024051000
versionName = "1.30.4"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024063000
versionName = "1.31.0"
signingConfig = signingConfigs.getByName("debug")
}

View File

@ -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