mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
f65c0d5528
Also renamed package name from org.jivesoftware.smackx.jingle to org.jivesoftware.smackx.jingleold
11 lines
377 B
Groovy
11 lines
377 B
Groovy
description = """\
|
|
Smack Jingle API.
|
|
Warning: This API is beta, outdated and currenlty unmaintained."""
|
|
|
|
dependencies {
|
|
compile project(':smack-core')
|
|
compile project(':smack-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(':smack-core').sourceSets.test.runtimeClasspath
|
|
}
|