version bump to 1.8.4 and changelog
This commit is contained in:
parent
501034fe0e
commit
abdb8bfb65
|
@ -1,5 +1,10 @@
|
|||
###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
|
||||
* brought text selection back
|
||||
|
||||
|
|
|
@ -53,8 +53,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 114
|
||||
versionName "1.8.3"
|
||||
versionCode 115
|
||||
versionName "1.8.4"
|
||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue