version bump to 1.14.0-beta + changelog
This commit is contained in:
parent
2c187d0e7c
commit
b747afb44c
|
@ -1,5 +1,11 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.14.0
|
||||||
|
* Improvments for N
|
||||||
|
* Quick Reply to Notifications on N
|
||||||
|
* Don't download avatars and files when data saver is on
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 1.13.9
|
####Version 1.13.9
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
|
|
|
@ -56,8 +56,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 168
|
versionCode 169
|
||||||
versionName "1.13.9"
|
versionName "1.14.0-beta"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue