1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-26 06:12:06 +01:00

Bump BC to 1.70

This commit is contained in:
Paul Schaub 2021-12-02 12:44:09 +01:00
parent ddc071374c
commit ec61f4de9f
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -8,6 +8,6 @@ allprojects {
isSnapshot = true
pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.69'
bouncyCastleVersion = '1.70'
}
}