version bump to 1.21.0 + changelog
This commit is contained in:
parent
bb10cef505
commit
0cdcafe745
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 1.21.0
|
||||||
|
* Inline player for audio messages
|
||||||
|
* Stronger compression for long videos
|
||||||
|
* Long press the 'add back' button to show block menu
|
||||||
|
|
||||||
### Version 1.20.1
|
### Version 1.20.1
|
||||||
* fixed OTR encrypted file transfer
|
* fixed OTR encrypted file transfer
|
||||||
|
|
||||||
|
|
|
@ -62,8 +62,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 235
|
versionCode 236
|
||||||
versionName "1.21.0-beta"
|
versionName "1.21.0"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue