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 2d7bb02 commit a408f8dCopy full SHA for a408f8d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased - 129
+## v2.25.2 - 129 (2023-07-27)
4
5
- Improved Catima importer (fixes cards missing when importing)
6
- Fix crash when rotating screen while setting valid from/expiry date
app/build.gradle
@@ -19,8 +19,8 @@ android {
19
applicationId "me.hackerchick.catima"
20
minSdk 21
21
targetSdk 33
22
- versionCode 128
23
- versionName "2.25.1"
+ versionCode 129
+ versionName "2.25.2"
24
25
vectorDrawables.useSupportLibrary true
26
multiDexEnabled true
0 commit comments