version bump to 1.8.4 and changelog
This commit is contained in:
parent
501034fe0e
commit
abdb8bfb65
|
@ -1,5 +1,10 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Versin 1.8.4
|
||||||
|
* prompt to trust own OMEMO devices
|
||||||
|
* fixed rotation issues in avatar publication
|
||||||
|
* invite non-contact JIDs to conferences
|
||||||
|
|
||||||
####Version 1.8.3
|
####Version 1.8.3
|
||||||
* brought text selection back
|
* brought text selection back
|
||||||
|
|
||||||
|
|
|
@ -53,8 +53,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 114
|
versionCode 115
|
||||||
versionName "1.8.3"
|
versionName "1.8.4"
|
||||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue