1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-13 11:09:39 +02:00

Add first classes of second iteration

This commit is contained in:
Paul Schaub 2018-07-07 17:58:32 +02:00
parent 2c110f1295
commit 2c09218887
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
32 changed files with 909 additions and 21 deletions

View file

@ -7,6 +7,9 @@ dependencies {
compile project(':smack-core')
compile project(':smack-extensions')
compile project(':smack-experimental')
compile 'org.pgpainless:pgpainless:0.1-SNAPSHOT'
testCompile project(path: ":smack-core", configuration: "testRuntime")
testCompile project(path: ":smack-core", configuration: "archives")
}