mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Release 3.21.2
This commit is contained in:
parent
1513f4b667
commit
a013c160b7
3 changed files with 9 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 488
|
versionCode 489
|
||||||
versionName "3.21.1"
|
versionName "3.21.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -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",
|
"version": "3.21.1",
|
||||||
"code": "488",
|
"code": "488",
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Added:
|
||||||
|
- Android 12+ : Customize accent colors for light/dark theme and per account (Settings > Theming > Custom accent color)
|
Loading…
Reference in a new issue