version bump to 1.9.3
This commit is contained in:
parent
3978c04782
commit
ae83efe4a6
|
@ -1,5 +1,11 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.9.3
|
||||||
|
* expert setting that enables host and port configuration
|
||||||
|
* expert setting opt-out of bookmark autojoin handling
|
||||||
|
* offer to rejoin a conference after server sent unavailable
|
||||||
|
* internal rewrites
|
||||||
|
|
||||||
####Version 1.9.2
|
####Version 1.9.2
|
||||||
* prevent startup crash on Sailfish OS
|
* prevent startup crash on Sailfish OS
|
||||||
* minor bug fixes
|
* minor bug fixes
|
||||||
|
|
|
@ -53,8 +53,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 121
|
versionCode 122
|
||||||
versionName "1.9.2"
|
versionName "1.9.3"
|
||||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue