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 2043dff commit c2b31faCopy full SHA for c2b31fa
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 142
+## v2.34.0 - 142 (2024-12-10)
4
5
- Add Passbook (.pkpass) support
6
- Fix import of transparent PDF files
app/build.gradle.kts
@@ -22,8 +22,8 @@ android {
22
applicationId = "me.hackerchick.catima"
23
minSdk = 21
24
targetSdk = 34
25
- versionCode = 141
26
- versionName = "2.33.0"
+ versionCode = 142
+ versionName = "2.34.0"
27
28
vectorDrawables.useSupportLibrary = true
29
multiDexEnabled = true
0 commit comments