Commit 3b05bafe authored by Tiago Cunha's avatar Tiago Cunha

Bump for release

parent 3de8d825
...@@ -33,8 +33,8 @@ android { ...@@ -33,8 +33,8 @@ android {
applicationId "chat.rocket.android" applicationId "chat.rocket.android"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
versionCode 9 versionCode 10
versionName "1.0.0" versionName "1.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
......
...@@ -163,8 +163,7 @@ public class RocketChatWebSocketThread extends HandlerThread { ...@@ -163,8 +163,7 @@ public class RocketChatWebSocketThread extends HandlerThread {
} }
/** /**
* THIS METHOD THROWS EXCEPTION!! * THIS METHOD THROWS EXCEPTION!! Use terminate() instead!!
* Use terminate() instead!!
*/ */
@Deprecated @Deprecated
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment