version bump to 1.22.1 + changelog
This commit is contained in:
parent
47adc9cdcf
commit
ff0e2ff8e4
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
### Version 1.22.1
|
||||
* Disable swipe to left to end conversation
|
||||
* Fixed 'No permission to access …' when opening files shared from the SD card
|
||||
* Always open URLs in new tab
|
||||
|
||||
### Version 1.22.0
|
||||
* Text markup *bold*, _italic_,`monospace` and ~strikethrough~
|
||||
* Use same emoji style on all Android versions
|
||||
|
|
|
@ -65,8 +65,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
versionCode 239
|
||||
versionName "1.22.0"
|
||||
versionCode 240
|
||||
versionName "1.22.1"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue