Release Catima 2.11.0

This commit is contained in:
Sylvia van Os
2021-11-28 23:05:54 +01:00
parent fa95ea6a62
commit 0afc6f3976
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## Unreleased - 93
## v2.11.0 - 93 (2021-11-28)
- Add Catima to [Quick Access Device Controls](https://developer.android.com/guide/topics/ui/device-control)
- Fix some groups not showing up correctly in group management screen

View File

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