mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-01-03 14:40:07 +02:00
Release 3.20.3
This commit is contained in:
parent
20c797520e
commit
4dfc9b9f68
2 changed files with 7 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 21
|
minSdk 21
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 485
|
versionCode 486
|
||||||
versionName "3.20.2"
|
versionName "3.20.3"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
flavorDimensions "default"
|
flavorDimensions "default"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.20.3",
|
||||||
|
"code": "486",
|
||||||
|
"note": "Added:\n- Display all following/followers lists from remote profiles\n- Display all accounts that boosted/fav from a remote message\n\nFixed:\n- Fix a crash with auto-fetch messages"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "3.20.2",
|
"version": "3.20.2",
|
||||||
"code": "485",
|
"code": "485",
|
||||||
|
|
Loading…
Reference in a new issue