mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
[java11-full] Switch from okhttp to Java's native API for websockets
This commit is contained in:
parent
6c5e64b2ca
commit
c696925d33
2 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,7 @@ application {
|
|||
|
||||
dependencies {
|
||||
api project(':smack-java11-full')
|
||||
api project(':smack-websocket-okhttp')
|
||||
api project(':smack-resolver-dnsjava')
|
||||
implementation project(':smack-websocket-java11')
|
||||
implementation "com.google.guava:guava:${guavaVersion}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue