2018-07-29 18:52:45 +02:00
|
|
|
description = """\
|
|
|
|
Smack API for XEP-0373: OpenPGP for XMPP."""
|
|
|
|
|
|
|
|
// Note that the test dependencies (junit, …) are inferred from the
|
|
|
|
// sourceSet.test of the core subproject
|
|
|
|
dependencies {
|
|
|
|
compile project(':smack-core')
|
|
|
|
compile project(':smack-extensions')
|
|
|
|
compile project(':smack-experimental')
|
|
|
|
|
2019-07-25 09:56:46 +02:00
|
|
|
compile 'org.pgpainless:pgpainless-core:0.0.1-alpha7'
|
2018-07-29 18:52:45 +02:00
|
|
|
|
2020-04-11 21:59:21 +02:00
|
|
|
testFixturesApi(testFixtures(project(":smack-core")))
|
2019-09-15 23:51:26 +02:00
|
|
|
testCompile group: 'commons-io', name: 'commons-io', version: "$commonsIoVersion"
|
2018-07-29 18:52:45 +02:00
|
|
|
}
|