2014-04-28 19:27:53 +02:00
|
|
|
description = """\
|
|
|
|
Smack for standard XMPP connections over TCP."""
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':smack-core')
|
2020-04-11 21:59:21 +02:00
|
|
|
|
|
|
|
testFixturesApi(testFixtures(project(":smack-core")))
|
2014-04-28 19:27:53 +02:00
|
|
|
}
|