Release Catima 2.34.0

This commit is contained in:
Sylvia van Os
2024-12-10 18:53:36 +01:00
parent 2043dffc10
commit c2b31fad43
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 142
## v2.34.0 - 142 (2024-12-10)
- Add Passbook (.pkpass) support
- Fix import of transparent PDF files

View File

@@ -22,8 +22,8 @@ android {
applicationId = "me.hackerchick.catima"
minSdk = 21
targetSdk = 34
versionCode = 141
versionName = "2.33.0"
versionCode = 142
versionName = "2.34.0"
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true