You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
292 B
10 lines
292 B
description = """\ |
|
Smack Jingle API. |
|
Warning: This API is beta, outdated and currenlty unmaintained.""" |
|
|
|
dependencies { |
|
api project(':smack-core') |
|
api project(':smack-extensions') |
|
api 'javax.media:jmf:2.1.1e' |
|
api files('libs/jspeex-0.9.7-jfcom.jar', 'libs/jstun.jar', 'libs/Speex.jar') |
|
}
|
|
|