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 1b1163a commit 008b525Copy full SHA for 008b525
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 161
+## v2.41.4 - 161 (2026-01-04)
4
5
- Disable automatic barcode encoding detection for now (breaks too many cards)
6
app/build.gradle.kts
@@ -19,8 +19,8 @@ android {
19
applicationId = "me.hackerchick.catima"
20
minSdk = 21
21
targetSdk = 36
22
- versionCode = 160
23
- versionName = "2.41.3"
+ versionCode = 161
+ versionName = "2.41.4"
24
25
vectorDrawables.useSupportLibrary = true
26
multiDexEnabled = true
0 commit comments