forked from mirrors/Fedilab
Release 3.16.1
This commit is contained in:
parent
4d643ae28f
commit
c8d0931d8e
3 changed files with 15 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue