mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +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 {
|
||||
minSdk 21
|
||||
targetSdk 33
|
||||
versionCode 485
|
||||
versionName "3.20.2"
|
||||
versionCode 486
|
||||
versionName "3.20.3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
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",
|
||||
"code": "485",
|
||||
|
|
Loading…
Reference in a new issue