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

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", "version": "3.20.2",
"code": "485", "code": "485",