mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
9 lines
197 B
Groovy
9 lines
197 B
Groovy
|
description = """\
|
||
|
Smack GUI debugger.
|
||
|
Inspect the exchanged XMPP stanzas."""
|
||
|
|
||
|
dependencies {
|
||
|
compile project(':smack-core')
|
||
|
testCompile project(':smack-core').sourceSets.test.runtimeClasspath
|
||
|
}
|