forked from mirrors/Fedilab
Release 3.4.1
This commit is contained in:
parent
5957daf956
commit
6fe0b25afa
3 changed files with 14 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 31
|
||||
versionCode 413
|
||||
versionName "3.4.0"
|
||||
versionCode 414
|
||||
versionName "3.4.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
flavorDimensions "default"
|
||||
|
|
|
@ -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",
|
||||
"code": "413",
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue