version bump to 1.9.4 + changelog
This commit is contained in:
parent
f37098a54f
commit
d58d822215
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.9.4
|
||||||
|
* prevent cleared Conversations from reloading history with MAM
|
||||||
|
* various MAM fixes
|
||||||
|
|
||||||
####Version 1.9.3
|
####Version 1.9.3
|
||||||
* expert setting that enables host and port configuration
|
* expert setting that enables host and port configuration
|
||||||
* expert setting opt-out of bookmark autojoin handling
|
* expert setting opt-out of bookmark autojoin handling
|
||||||
|
|
|
@ -53,8 +53,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 122
|
versionCode 123
|
||||||
versionName "1.9.3"
|
versionName "1.9.4"
|
||||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue