2014-03-08 11:47:40 +01:00
|
|
|
description = """\
|
|
|
|
Smack experimental extensions.
|
|
|
|
Classes and methods for XEPs that are in status 'experimental' or that should
|
|
|
|
otherwise carefully considered for deployment. The API may change even
|
|
|
|
between patch versions."""
|
|
|
|
|
|
|
|
dependencies {
|
2014-04-28 19:27:53 +02:00
|
|
|
compile project(':smack-core')
|
|
|
|
compile project(':smack-extensions')
|
2016-02-10 12:39:18 +01:00
|
|
|
testCompile project(path: ":smack-core", configuration: "testRuntime")
|
|
|
|
testCompile project(path: ":smack-core", configuration: "archives")
|
2017-02-24 19:32:46 +01:00
|
|
|
testCompile project(path: ":smack-extensions", configuration: "testRuntime")
|
2017-06-03 00:33:56 +02:00
|
|
|
|
2019-04-02 15:53:47 +02:00
|
|
|
compile "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
|
2019-06-30 16:01:08 +02:00
|
|
|
compile "org.hsluv:hsluv:0.2"
|
2014-03-08 11:47:40 +01:00
|
|
|
}
|