Release Catima 2.8.1

This commit is contained in:
Sylvia van Os
2021-10-27 18:24:46 +02:00
parent b1685ac90e
commit e2f33bf4b4
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
# Changelog
## Unreleased - 90
## Unreleased - 91
## v2.8.1 - 90 (2021-10-27)
- Fix dots in card view having the wrong colour when changing theme manually
- Fix crash in card view on rotation/theme change

View File

@@ -18,8 +18,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 21
targetSdkVersion 31
versionCode 89
versionName "2.8.0"
versionCode 90
versionName "2.8.1"
vectorDrawables.useSupportLibrary true
multiDexEnabled true