version bump to 1.14.6 + changelog
This commit is contained in:
parent
9e54fd5c92
commit
501152bcfd
|
@ -1,5 +1,10 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.14.6
|
||||||
|
* make error notification dismissable
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
|
|
||||||
####Version 1.14.5
|
####Version 1.14.5
|
||||||
* expert setting to delete OMEMO identities
|
* expert setting to delete OMEMO identities
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
|
@ -55,8 +55,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 176
|
versionCode 179
|
||||||
versionName "1.14.5"
|
versionName "1.14.6"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue