Release Catima 2.25.3

This commit is contained in:
Sylvia van Os
2023-08-25 18:23:57 +02:00
parent 42863418a4
commit 2d4fa0fd85
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 130
## v2.25.3 - 130 (2023-08-25)
- Minor UI fixes
- Fix valid from and expiry dates being reset when rotating the card editing screen

View File

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