1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 18:29:45 +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

@ -10,6 +10,7 @@ allprojects {
// - https://issues.igniterealtime.org/browse/SMACK-858
jxmppVersion = '0.7.0-alpha5'
miniDnsVersion = '0.4.0-alpha3'
bouncyCastleVersion = '1.61'
smackMinAndroidSdk = 19
}
}