Release Catima 2.6.1

This commit is contained in:
Sylvia van Os
2021-09-25 14:32:43 +02:00
parent f09bafa104
commit 0bd262d82f
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## v2.6.1 - 84 (2021-09-25)
- Minor bugfixes and improvements
## v2.6.0 - 83 (2021-09-19)
- Support for changing the sorting order

View File

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