1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-14 00:02:05 +01:00

Bump bouncycastle to 1.59

This commit is contained in:
Paul Schaub 2018-05-10 17:04:15 +02:00
parent 2d70b2301f
commit 2c605e9153

View file

@ -9,5 +9,7 @@ dependencies {
compile project(":smack-extensions")
compile project(":smack-experimental")
compile "org.bouncycastle:bcprov-jdk15on:1.59"
testCompile project(path: ":smack-core", configuration: "testRuntime")
}