version bump to 1.6.9 + changelog

This commit is contained in:
Daniel Gultsch 2015-09-09 23:34:42 +02:00
parent 650abf1c52
commit cf62fb5605
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Version 1.6.9
* basic keyboard support
####Version 1.6.8
* reworked 'enter is send' setting
* reworked DNS server discovery on lolipop devices

View File

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