Release 3.5.2

This commit is contained in:
Thomas 2022-10-30 18:16:52 +01:00
parent 72fd064f8a
commit e999abea81
3 changed files with 18 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 31
versionCode 418
versionName "3.5.1"
versionCode 419
versionName "3.5.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.5.2",
"code": "419",
"note": "Added:\n- Pin/Unpin messages\n- Set the default language for translations\n\nChanged:\n- Allow to disable/enable media for notifications\n\nFixed:\n- Wrong images in notification timeline\n- Double icon bug\n- Fix some crashes"
},
{
"version": "3.5.1",
"code": "418",

View File

@ -0,0 +1,11 @@
Added:
- Pin/Unpin messages
- Set the default language for translations
Changed:
- Allow to disable/enable media for notifications
Fixed:
- Wrong images in notification timeline
- Double icon bug
- Fix some crashes