Release 3.21.2

This commit is contained in:
Thomas 2023-03-24 17:26:23 +01:00
parent 1513f4b667
commit a013c160b7
3 changed files with 9 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
versionCode 488
versionName "3.21.1"
versionCode 489
versionName "3.21.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.21.2",
"code": "489",
"note": "Added:\n- Android 12+ : Customize accent colors for light/dark theme and per account (Settings > Theming > Custom accent color)\n"
},
{
"version": "3.21.1",
"code": "488",

View File

@ -0,0 +1,2 @@
Added:
- Android 12+ : Customize accent colors for light/dark theme and per account (Settings > Theming > Custom accent color)