mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-10-31 22:15:59 +01:00
11 lines
255 B
Groovy
11 lines
255 B
Groovy
|
description = """\
|
||
|
Smack for XMPP connections over WebSocket (RFC 7395) using OkHttp."""
|
||
|
|
||
|
dependencies {
|
||
|
api project(':smack-websocket')
|
||
|
|
||
|
testFixturesApi(testFixtures(project(':smack-websocket')))
|
||
|
|
||
|
implementation("com.squareup.okhttp3:okhttp:4.6.0")
|
||
|
}
|