Release Catima 2.25.0

This commit is contained in:
Sylvia van Os
2023-07-09 18:31:06 +02:00
parent 16952186c7
commit f4a5ae74d6
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 127
## v2.25.0 - 127 (2023-07-09)
- Barcode rendering improvements
- Basic interoperability with external apps (Android 6.0+)

View File

@@ -19,8 +19,8 @@ android {
applicationId "me.hackerchick.catima"
minSdk 21
targetSdk 33
versionCode 126
versionName "2.24.2"
versionCode 127
versionName "2.25.0"
vectorDrawables.useSupportLibrary true
multiDexEnabled true