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

Add Hash classes (XEP-0300)

This commit is contained in:
vanitasvitae 2017-05-30 18:20:13 +02:00
parent 6bb001d274
commit 0dbc9b8530
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
9 changed files with 526 additions and 0 deletions

View file

@ -10,4 +10,6 @@ dependencies {
testCompile project(path: ":smack-core", configuration: "testRuntime")
testCompile project(path: ":smack-core", configuration: "archives")
testCompile project(path: ":smack-extensions", configuration: "testRuntime")
compile "org.bouncycastle:bcprov-jdk15on:1.57"
}