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:
parent
9261d6485e
commit
fe3214291d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue