1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-09-20 22:59:32 +02:00
Smack/smack-omemo/build.gradle

10 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")
}