Skip to content

Commit 01e198c

Browse files
Release Catima 2.35.0
1 parent 6b09656 commit 01e198c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased - 148
3+
## v2.35.0 - 148 (2025-05-17)
44

55
- Add ability to choose barcode width in fullscreen view
66
- Remove confusing import from app function

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId = "me.hackerchick.catima"
1818
minSdk = 21
1919
targetSdk = 35
20-
versionCode = 147
21-
versionName = "2.34.5"
20+
versionCode = 148
21+
versionName = "2.35.0"
2222

2323
vectorDrawables.useSupportLibrary = true
2424
multiDexEnabled = true

0 commit comments

Comments
 (0)