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