Release 3.16.3

This commit is contained in:
Thomas 2023-01-30 18:18:23 +01:00
parent ca5b37edfe
commit c37d8ab34f
3 changed files with 12 additions and 2 deletions

View File

@ -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"

View File

@ -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",

View File

@ -0,0 +1,5 @@
Added:
- Peertube 2FA support
Fixed:
- Dynamic color for Android 12+