mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
9 lines
263 B
Groovy
9 lines
263 B
Groovy
dependencies {
|
|
compile project(":smack-im")
|
|
compile project(":smack-extensions")
|
|
compile project(":smack-experimental")
|
|
|
|
compile "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
|
|
|
|
testCompile project(path: ":smack-core", configuration: "testRuntime")
|
|
}
|