add doric ws client

This commit is contained in:
pengfei.zhou
2019-08-03 11:05:46 +08:00
parent e367093a6a
commit 9a13cdb3ad
7 changed files with 128 additions and 4 deletions

View File

@@ -45,4 +45,5 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
api 'com.github.pengfeizhou:jsc4a:0.1.0'
implementation("com.squareup.okhttp3:okhttp:3.11.0")
}