Skip to content

Commit

Permalink
Version 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Jun 30, 2024
1 parent a7437b6 commit 787a17a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2024063000.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 787a17a

Please sign in to comment.