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 81445a2 commit f777491Copy full SHA for f777491
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 154
+## v2.39.1 - 154 (2025-10-01)
4
5
- Fix possible crash that could occur for cards missing colour information in the database
6
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
applicationId = "me.hackerchick.catima"
18
minSdk = 21
19
targetSdk = 36
20
- versionCode = 153
21
- versionName = "2.39.0"
+ versionCode = 154
+ versionName = "2.39.1"
22
23
vectorDrawables.useSupportLibrary = true
24
multiDexEnabled = true
0 commit comments