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 62f188e commit f108757Copy full SHA for f108757
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 162
+## v2.41.5 - 162 (2026-01-15)
4
5
- Fix list widget sometimes opening wrong card
6
- Fix several bugs with shortcut handling
app/build.gradle.kts
@@ -19,8 +19,8 @@ android {
19
applicationId = "me.hackerchick.catima"
20
minSdk = 21
21
targetSdk = 36
22
- versionCode = 161
23
- versionName = "2.41.4"
+ versionCode = 162
+ versionName = "2.41.5"
24
25
vectorDrawables.useSupportLibrary = true
26
multiDexEnabled = true
0 commit comments