version 2.3.4 + CHANGELOG
This commit is contained in:
parent
cbffac53d5
commit
cffb75e456
2 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 2.3.4
|
||||
* fixes for Jingle IBB file transfer
|
||||
* fixes for repeated corrections filling up the database
|
||||
* switched to Last Message Correction v1.1
|
||||
* increase mam messages catchup
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.3.3
|
||||
* fix missing send button
|
||||
|
||||
|
|
|
@ -105,8 +105,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
|
||||
versionCode 279
|
||||
versionName "2.3.3"
|
||||
versionCode 281
|
||||
versionName "2.3.4"
|
||||
//resConfigs "en"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
|
|
Reference in a new issue