Release Catima 2.35.0

This commit is contained in:
Sylvia van Os 2025-05-17 13:40:13 +02:00
parent 6b09656164
commit 01e198c94b
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Unreleased - 148
## v2.35.0 - 148 (2025-05-17)
- Add ability to choose barcode width in fullscreen view
- Remove confusing import from app function

View File

@ -17,8 +17,8 @@ android {
applicationId = "me.hackerchick.catima"
minSdk = 21
targetSdk = 35
versionCode = 147
versionName = "2.34.5"
versionCode = 148
versionName = "2.35.0"
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true