version bump to 1.20.1 + changelog
This commit is contained in:
parent
d4c8f0191c
commit
bd15385145
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
### Version 1.20.1
|
||||
* fixed OTR encrypted file transfer
|
||||
|
||||
### Version 1.20.0
|
||||
* presence subscription no longer required for OMEMO on compatible servers
|
||||
* display emoji-only messages slightly larger
|
||||
|
|
|
@ -62,8 +62,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
versionCode 233
|
||||
versionName "1.20.0"
|
||||
versionCode 234
|
||||
versionName "1.20.1"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue