mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-06-15 17:50:09 +03:00
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 {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 472
|
versionCode 473
|
||||||
versionName "3.16.0"
|
versionName "3.16.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
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",
|
"version": "3.16.0",
|
||||||
"code": "472",
|
"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