version bump to 1.6.5 + changelog

This commit is contained in:
Daniel Gultsch 2015-08-26 00:32:42 +02:00
parent 0eeaccd974
commit 4424a818df
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog ###Changelog
####Version 1.6.5
* more OMEMO fixes
####Version 1.6.4 ####Version 1.6.4
* setting to enable white chat bubbles * setting to enable white chat bubbles
* limit OMEMO key publish attempts to work around broken PEP * limit OMEMO key publish attempts to work around broken PEP

View File

@ -48,8 +48,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 21 targetSdkVersion 21
versionCode 89 versionCode 90
versionName "1.6.4" versionName "1.6.5"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName); project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
} }