Release 3.20.3

This commit is contained in:
Thomas 2023-03-14 18:20:20 +01:00
parent 20c797520e
commit 4dfc9b9f68
2 changed files with 7 additions and 2 deletions

View File

@ -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"

View File

@ -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",