version bump to 1.6.3 and changelog

This commit is contained in:
Daniel Gultsch 2015-08-23 21:01:54 +02:00
parent c19adebaf0
commit 5a53ff80fb
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Version 1.6.3
* bug fixes
####Version 1.6.2
* fixed issues with connection time out when server does not support ping

View File

@ -48,8 +48,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 86
versionName "1.6.2"
versionCode 87
versionName "1.6.3"
}
compileOptions {