version bump to 1.6.2 and changelog
This commit is contained in:
parent
0dfb9bd1a0
commit
b1f1a99190
|
@ -1,5 +1,8 @@
|
|||
###Changelog
|
||||
|
||||
####Version 1.6.2
|
||||
* fixed issues with connection time out when server does not support ping
|
||||
|
||||
####Version 1.6.1
|
||||
* fixed crashes
|
||||
|
||||
|
|
|
@ -48,8 +48,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 21
|
||||
versionCode 85
|
||||
versionName "1.6.1"
|
||||
versionCode 86
|
||||
versionName "1.6.2"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
Loading…
Reference in New Issue