forked from mirrors/Fedilab
Release 3.6.2
This commit is contained in:
parent
47320711bc
commit
a10b404677
3 changed files with 12 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 31
|
||||
versionCode 422
|
||||
versionName "3.6.1"
|
||||
versionCode 423
|
||||
versionName "3.6.2"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
[
|
||||
{
|
||||
"version": "3.6.2",
|
||||
"code": "423",
|
||||
"note": "Fixed:\n- Order of notifications\n- URL when sharing boosted message\n- Blank pages when restarting\n- Fix some crashes"
|
||||
},
|
||||
{
|
||||
"version": "3.6.1",
|
||||
"code": "422",
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Fixed:
|
||||
- Order of notifications
|
||||
- URL when sharing boosted message
|
||||
- Blank pages when restarting
|
||||
- Fix some crashes
|
Loading…
Reference in a new issue