version bump to 1.6.6 and changelog

This commit is contained in:
Daniel Gultsch 2015-08-26 21:13:20 +02:00
parent c5abddc584
commit 593f5cdcbe
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog ###Changelog
####Version 1.6.6
* best 1.6 release yet
####Version 1.6.5 ####Version 1.6.5
* more OMEMO fixes * more OMEMO fixes

View File

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