version bump to 1.6.8 and changelog

This commit is contained in:
Daniel Gultsch 2015-09-06 19:46:26 +02:00
parent eff173ebc2
commit bf64276fa7
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog ###Changelog
####Version 1.6.8
* reworked 'enter is send' setting
* reworked DNS server discovery on lolipop devices
* various bug fixes
####Version 1.6.7 ####Version 1.6.7
* bug fixes * bug fixes

View File

@ -48,8 +48,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 21 targetSdkVersion 21
versionCode 92 versionCode 93
versionName "1.6.7" versionName "1.6.8"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName); project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
} }