Skip to content

Commit

Permalink
Release Catima 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed Oct 27, 2021
1 parent b1685ac commit e2f33bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2f33bf

Please sign in to comment.