1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-09-28 19:00:00 +02: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()