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 921c764 commit 0a65fb6Copy full SHA for 0a65fb6
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 153
+## v2.39.0 - 153 (2025-09-30)
4
5
- Target Android 16
6
- Fix possible crash after removing image from card
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
applicationId = "me.hackerchick.catima"
18
minSdk = 21
19
targetSdk = 36
20
- versionCode = 152
21
- versionName = "2.38.0"
+ versionCode = 153
+ versionName = "2.39.0"
22
23
vectorDrawables.useSupportLibrary = true
24
multiDexEnabled = true
0 commit comments