1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 15:14:54 +02:00
Smack/smack-tcp/build.gradle

8 lines
190 B
Groovy
Raw Normal View History

description = """\
Smack for standard XMPP connections over TCP."""
dependencies {
compile project(':smack-core')
testCompile project(path: ":smack-core", configuration: "testRuntime")
}