version bump to 1.6.3 and changelog
This commit is contained in:
parent
c19adebaf0
commit
5a53ff80fb
|
@ -1,5 +1,8 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.6.3
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 1.6.2
|
####Version 1.6.2
|
||||||
* fixed issues with connection time out when server does not support ping
|
* fixed issues with connection time out when server does not support ping
|
||||||
|
|
||||||
|
|
|
@ -48,8 +48,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 86
|
versionCode 87
|
||||||
versionName "1.6.2"
|
versionName "1.6.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
Loading…
Reference in a new issue