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 { defaultConfig {
minSdk 21 minSdk 21
targetSdk 31 targetSdk 31
versionCode 422 versionCode 423
versionName "3.6.1" versionName "3.6.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" 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", "version": "3.6.1",
"code": "422", "code": "422",

View file

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