Release Catima 2.6.0

This commit is contained in:
Sylvia van Os
2021-09-19 14:48:52 +02:00
parent 99fc568419
commit 5ad02ae9cc
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 83
## v2.6.0 - 83 (2021-09-19)
- Support for changing the sorting order
- Prevent Out Of Memory on scanning large pictures for barcode

View File

@@ -18,8 +18,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 19
targetSdkVersion 30
versionCode 82
versionName "2.5.0"
versionCode 83
versionName "2.6.0"
vectorDrawables.useSupportLibrary true
multiDexEnabled true