Release 3.16.1

This commit is contained in:
Thomas 2023-01-28 17:55:55 +01:00
parent 4d643ae28f
commit c8d0931d8e
3 changed files with 15 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
versionCode 472
versionName "3.16.0"
versionCode 473
versionName "3.16.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.16.1",
"code": "473",
"note": "Changed:\n- Edit description and focus for media (for the next Mastodon release)\n\nChanged:\n- Peertube: remove role support to avoid crashes with older instances\n\nFixed:\n- Fix some crashes"
},
{
"version": "3.16.0",
"code": "472",

View File

@ -0,0 +1,8 @@
Changed:
- Edit description and focus for media (for the next Mastodon release)
Changed:
- Peertube: remove role support to avoid crashes with older instances
Fixed:
- Fix some crashes