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

Bump Bouncy Castle to 1.68

This commit is contained in:
Florian Schmaus 2021-02-14 17:40:49 +01:00
parent 9261d6485e
commit fe3214291d

View file

@ -127,7 +127,7 @@ allprojects {
smackMinAndroidSdk = 19
junitVersion = '5.6.2'
commonsIoVersion = '2.6'
bouncyCastleVersion = '1.65'
bouncyCastleVersion = '1.68'
if (project.hasProperty("useSonatype")) {
useSonatype = project.getProperty("useSonatype").toBoolean()