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