mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-05 16:15:58 +01:00
11 lines
235 B
Groovy
11 lines
235 B
Groovy
|
description = """\
|
||
|
Smack for standard XMPP connections over Websockets."""
|
||
|
|
||
|
dependencies {
|
||
|
compile project(':smack-core')
|
||
|
|
||
|
testFixturesApi(testFixtures(project(":smack-core")))
|
||
|
|
||
|
implementation("com.squareup.okhttp3:okhttp:4.6.0")
|
||
|
}
|