Release Catima 2.16.1

This commit is contained in:
Sylvia van Os
2022-03-25 20:51:01 +01:00
parent 3cbd69c6c7
commit d7f43f8a2b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 105
## v2.16.1 - 105 (2022-03-25)
- Fix gray block appearing on invalid value for barcode
- Stocard import fixes

View File

@@ -18,8 +18,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 21
targetSdkVersion 31
versionCode 104
versionName "2.16.0"
versionCode 105
versionName "2.16.1"
vectorDrawables.useSupportLibrary true
multiDexEnabled true