mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
9 lines
177 B
Groovy
9 lines
177 B
Groovy
|
description = """\
|
||
|
Smack support for XMPP Stream Management (XEP-0198)."""
|
||
|
|
||
|
dependencies {
|
||
|
api project(':smack-core')
|
||
|
|
||
|
testFixturesApi(testFixtures(project(":smack-core")))
|
||
|
}
|