Release Catima 2.31.0

This commit is contained in:
Sylvia van Os
2024-07-26 18:13:40 +02:00
parent d952f194be
commit 469ed374ad
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 137
## v2.31.0 - 137 (2024-07-26)
- Allow long store names in preview to split over multiple lines
- Option to use front of back image in thumbnail menu

View File

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