Release 3.6.2

This commit is contained in:
Thomas 2022-11-09 17:51:26 +01:00
parent 47320711bc
commit a10b404677
3 changed files with 12 additions and 2 deletions

View File

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

View File

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

View File

@ -0,0 +1,5 @@
Fixed:
- Order of notifications
- URL when sharing boosted message
- Blank pages when restarting
- Fix some crashes