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 f07b741 commit 4518dadCopy full SHA for 4518dad
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 163
+## v2.41.6 - 163 (2026-01-23)
4
5
- Auto-detect URLs in card ID and make the clickable in card ID details pop-up
6
- Fix barcode selector activity showing white squares instead of barcodes
app/build.gradle.kts
@@ -19,8 +19,8 @@ android {
19
applicationId = "me.hackerchick.catima"
20
minSdk = 21
21
targetSdk = 36
22
- versionCode = 162
23
- versionName = "2.41.5"
+ versionCode = 163
+ versionName = "2.41.6"
24
25
vectorDrawables.useSupportLibrary = true
26
multiDexEnabled = true
0 commit comments