Release Catima 2.31.1

This commit is contained in:
Sylvia van Os
2024-08-24 14:07:16 +02:00
parent 186db1d419
commit 1c8c492400
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 138
## v2.31.1 - 138 (2024-08-24)
- Fix back gesture on main screen dismissing keyboard and search on Android 13+

View File

@@ -21,8 +21,8 @@ android {
applicationId = "me.hackerchick.catima"
minSdk = 21
targetSdk = 34
versionCode = 137
versionName = "2.31.0"
versionCode = 138
versionName = "2.31.1"
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true