1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Unify Bouncy Castle versions: Add bouncyCastleVersion variable

This commit is contained in:
Florian Schmaus 2019-04-02 15:53:47 +02:00
parent ab7d81e7b5
commit d6a90942a4
3 changed files with 3 additions and 2 deletions

View file

@ -11,5 +11,5 @@ dependencies {
testCompile project(path: ":smack-core", configuration: "archives")
testCompile project(path: ":smack-extensions", configuration: "testRuntime")
compile "org.bouncycastle:bcprov-jdk15on:1.57"
compile "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
}