Release Catima 2.39.1

This commit is contained in:
Sylvia van Os
2025-10-01 17:54:19 +02:00
parent 81445a21ff
commit f777491dcd
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 154
## v2.39.1 - 154 (2025-10-01)
- Fix possible crash that could occur for cards missing colour information in the database

View File

@@ -17,8 +17,8 @@ android {
applicationId = "me.hackerchick.catima"
minSdk = 21
targetSdk = 36
versionCode = 153
versionName = "2.39.0"
versionCode = 154
versionName = "2.39.1"
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true