Release Catima 2.17.1

This commit is contained in:
Sylvia van Os
2022-06-28 19:49:44 +02:00
parent 88d27c0385
commit 1c2e810319
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## v2.17.1 - 109
- Fix incorrect text colour on "No barcode" button
## v2.17.0 - 108
- Add card duplication feature

View File

@@ -18,8 +18,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 21
targetSdkVersion 31
versionCode 108
versionName "2.17.0"
versionCode 109
versionName "2.17.1"
vectorDrawables.useSupportLibrary true
multiDexEnabled true

View File

@@ -0,0 +1 @@
- Fix incorrect text colour on "No barcode" button