forked from mirrors/Fedilab
Release 3.16.3
This commit is contained in:
parent
ca5b37edfe
commit
c37d8ab34f
3 changed files with 12 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 33
|
||||
versionCode 474
|
||||
versionName "3.16.2"
|
||||
versionCode 475
|
||||
versionName "3.16.3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.16.3",
|
||||
"code": "475",
|
||||
"note": "Added:\n- Peertube 2FA support\n\nFixed:\n- Dynamic color for Android 12+"
|
||||
},
|
||||
{
|
||||
"version": "3.16.2",
|
||||
"code": "474",
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Added:
|
||||
- Peertube 2FA support
|
||||
|
||||
Fixed:
|
||||
- Dynamic color for Android 12+
|
Loading…
Reference in a new issue