version bump to 1.8.4 and changelog

This commit is contained in:
Daniel Gultsch 2016-01-04 17:36:46 +01:00
parent 501034fe0e
commit abdb8bfb65
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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);
}