Release Catima 2.25.2

This commit is contained in:
Sylvia van Os
2023-07-27 19:14:44 +02:00
parent 2d7bb02d1a
commit a408f8d727
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 129
## v2.25.2 - 129 (2023-07-27)
- Improved Catima importer (fixes cards missing when importing)
- Fix crash when rotating screen while setting valid from/expiry date

View File

@@ -19,8 +19,8 @@ android {
applicationId "me.hackerchick.catima"
minSdk 21
targetSdk 33
versionCode 128
versionName "2.25.1"
versionCode 129
versionName "2.25.2"
vectorDrawables.useSupportLibrary true
multiDexEnabled true