mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-05 03:35:59 +01:00
11 lines
359 B
Groovy
11 lines
359 B
Groovy
description = """\
|
|
Smack Jingle API.
|
|
Warning: This API is beta, outdated and currenlty unmaintained."""
|
|
|
|
dependencies {
|
|
compile project(':core')
|
|
compile project(':extensions')
|
|
compile 'javax.media:jmf:2.1.1e'
|
|
compile files('libs/jspeex-0.9.7-jfcom.jar', 'libs/jstun.jar', 'libs/Speex.jar')
|
|
testCompile project(':core').sourceSets.test.runtimeClasspath
|
|
}
|