version bump to 1.14.0-beta + changelog
This commit is contained in:
parent
2c187d0e7c
commit
b747afb44c
|
@ -1,5 +1,11 @@
|
|||
###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
|
||||
* bug fixes
|
||||
|
||||
|
|
|
@ -56,8 +56,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 24
|
||||
versionCode 168
|
||||
versionName "1.13.9"
|
||||
versionCode 169
|
||||
versionName "1.14.0-beta"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue