1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-17 00:54:50 +02:00

Bump bouncycastle to 1.64

This commit is contained in:
Paul Schaub 2020-01-09 19:06:25 +01:00
parent 100093f1f3
commit 3f2cdb8177
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -5,6 +5,6 @@ allprojects {
isSnapshot = true
pgpainlessMinAndroidSdk = 9
javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.62'
bouncyCastleVersion = '1.64'
}
}