forked from mirrors/Fedilab
Release 3.6.3
This commit is contained in:
parent
fbd9596dd9
commit
9ed4964793
3 changed files with 12 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 31
|
||||
versionCode 423
|
||||
versionName "3.6.2"
|
||||
versionCode 424
|
||||
versionName "3.6.3"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.6.3",
|
||||
"code": "424",
|
||||
"note": "Fixed:\n- Issue with messages/notifications not correctly displayed\n- Friendica: issues with mentions and tags (open browser)\n- Improve sharing behaviour\n"
|
||||
},
|
||||
{
|
||||
"version": "3.6.2",
|
||||
"code": "423",
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Fixed:
|
||||
- Issue with messages/notifications not correctly displayed
|
||||
- Friendica: issues with mentions and tags (open browser)
|
||||
- Improve sharing behaviour
|
||||
|
Loading…
Reference in a new issue