Release 3.6.4
This commit is contained in:
parent
1da9fc96b3
commit
e9fd84d7eb
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 31
|
||||
versionCode 424
|
||||
versionName "3.6.3"
|
||||
versionCode 425
|
||||
versionName "3.6.4"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.6.4",
|
||||
"code": "425",
|
||||
"note": "Changed:\n- Tag search ordered by popularity\n\nFixed:\n- Unable to get client ID on some devices\n- Issue with messages/notifications not correctly displayed\n- Notifications not received\n- Friendica: issues with mentions and tags (open browser)\n- Improve sharing behaviour"
|
||||
},
|
||||
{
|
||||
"version": "3.6.3",
|
||||
"code": "424",
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
Changed:
|
||||
- Tag search ordered by popularity
|
||||
|
||||
Fixed:
|
||||
- Unable to get client ID on some devices
|
||||
- Issue with messages/notifications not correctly displayed
|
||||
- Notifications not received
|
||||
- Friendica: issues with mentions and tags (open browser)
|
||||
- Improve sharing behaviour
|
Loading…
Reference in New Issue