We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d952f19 commit 469ed37Copy full SHA for 469ed37
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 137
+## v2.31.0 - 137 (2024-07-26)
4
5
- Allow long store names in preview to split over multiple lines
6
- Option to use front of back image in thumbnail menu
app/build.gradle.kts
@@ -21,8 +21,8 @@ android {
21
applicationId = "me.hackerchick.catima"
22
minSdk = 21
23
targetSdk = 34
24
- versionCode = 136
25
- versionName = "2.30.0"
+ versionCode = 137
+ versionName = "2.31.0"
26
27
vectorDrawables.useSupportLibrary = true
28
multiDexEnabled = true
0 commit comments