Release Catima 2.11.1

This commit is contained in:
Sylvia van Os
2021-11-30 18:30:29 +01:00
parent aee7728f56
commit 6b4a01c954
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 94
## v2.11.1 - 94 (2021-11-30)
- Fix blurriness of main screen letter icons
- Fix icons sometimes disappearing after selection

View File

@@ -18,8 +18,8 @@ android {
applicationId "me.hackerchick.catima"
minSdkVersion 21
targetSdkVersion 31
versionCode 93
versionName "2.11.0"
versionCode 94
versionName "2.11.1"
vectorDrawables.useSupportLibrary true
multiDexEnabled true