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 1695218 commit f4a5ae7Copy full SHA for f4a5ae7
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 127
+## v2.25.0 - 127 (2023-07-09)
4
5
- Barcode rendering improvements
6
- Basic interoperability with external apps (Android 6.0+)
app/build.gradle
@@ -19,8 +19,8 @@ android {
19
applicationId "me.hackerchick.catima"
20
minSdk 21
21
targetSdk 33
22
- versionCode 126
23
- versionName "2.24.2"
+ versionCode 127
+ versionName "2.25.0"
24
25
vectorDrawables.useSupportLibrary true
26
multiDexEnabled true
0 commit comments