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 6b09656 commit 01e198cCopy full SHA for 01e198c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 148
+## v2.35.0 - 148 (2025-05-17)
4
5
- Add ability to choose barcode width in fullscreen view
6
- Remove confusing import from app function
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
applicationId = "me.hackerchick.catima"
18
minSdk = 21
19
targetSdk = 35
20
- versionCode = 147
21
- versionName = "2.34.5"
+ versionCode = 148
+ versionName = "2.35.0"
22
23
vectorDrawables.useSupportLibrary = true
24
multiDexEnabled = true
0 commit comments