version bump to 1.22.0 + changelog
This commit is contained in:
parent
e393de6832
commit
e11cfff2b0
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 1.22.0
|
||||||
|
* Text markup *bold*, _italic_,`monospace` and ~strikethrough~
|
||||||
|
* Use same emoji style on all Android versions
|
||||||
|
* Display emojis slightly larger within continuous text
|
||||||
|
|
||||||
### Version 1.21.0
|
### Version 1.21.0
|
||||||
* Inline player for audio messages
|
* Inline player for audio messages
|
||||||
* Stronger compression for long videos
|
* Stronger compression for long videos
|
||||||
|
|
|
@ -65,8 +65,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 236
|
versionCode 239
|
||||||
versionName "1.21.0"
|
versionName "1.22.0"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue