mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-12 02:29:38 +02:00
DRAFT/WIP Started XEP-0373: OpenPGP for XMPP implementation
This commit is contained in:
parent
455e083144
commit
7e1248f9e8
22 changed files with 807 additions and 1 deletions
10
smack-openpgp/build.gradle
Normal file
10
smack-openpgp/build.gradle
Normal file
|
@ -0,0 +1,10 @@
|
|||
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')
|
||||
testCompile project(path: ":smack-core", configuration: "testRuntime")
|
||||
testCompile project(path: ":smack-core", configuration: "archives")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue