version bump to 1.6.4 and changelog

This commit is contained in:
Daniel Gultsch 2015-08-25 23:28:25 +02:00
parent 25a9d59412
commit 05d3015421
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog
####Version 1.6.4
* setting to enable white chat bubbles
* limit OMEMO key publish attempts to work around broken PEP
* various bug fixes
####Version 1.6.3
* bug fixes

View File

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