mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Renamed smack-jingle to smack-jingle-old
Also renamed package name from org.jivesoftware.smackx.jingle to org.jivesoftware.smackx.jingleold
This commit is contained in:
parent
6ab2bf9fe0
commit
f65c0d5528
128 changed files with 300 additions and 300 deletions
11
smack-jingle-old/build.gradle
Normal file
11
smack-jingle-old/build.gradle
Normal file
|
@ -0,0 +1,11 @@
|
|||
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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue