mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Unify Bouncy Castle versions: Add bouncyCastleVersion variable
This commit is contained in:
parent
ab7d81e7b5
commit
d6a90942a4
3 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@ dependencies {
|
|||
compile project(":smack-extensions")
|
||||
compile project(":smack-experimental")
|
||||
|
||||
compile "org.bouncycastle:bcprov-jdk15on:1.60"
|
||||
compile "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
|
||||
|
||||
testCompile project(path: ":smack-core", configuration: "testRuntime")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue