Release 3.4.1

This commit is contained in:
Thomas 2022-10-08 17:51:06 +02:00
parent 5957daf956
commit 6fe0b25afa
3 changed files with 14 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 31 targetSdk 31
versionCode 413 versionCode 414
versionName "3.4.0" versionName "3.4.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
flavorDimensions "default" flavorDimensions "default"

View file

@ -1,4 +1,9 @@
[ [
{
"version": "3.4.1",
"code": "414",
"note": "Added:\n- Disable counters in settings\nFixed:\n- Duplicated messages from cache\n- Notifications in double\n- Drafts not automatically removed\n- Messages not removed from cache after deletion"
},
{ {
"version": "3.4.0", "version": "3.4.0",
"code": "413", "code": "413",

View file

@ -0,0 +1,7 @@
Added:
- Disable counters in settings
Fixed:
- Duplicated messages from cache
- Notifications in double
- Drafts not automatically removed
- Messages not removed from cache after deletion