PGPainless 1.3.0

This commit is contained in:
Paul Schaub 2022-06-19 18:49:30 +02:00
parent fd3e574d0d
commit c078c320c3
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
allprojects { allprojects {
ext { ext {
shortVersion = '1.3.0' shortVersion = '1.3.0'
isSnapshot = true isSnapshot = false
pgpainlessMinAndroidSdk = 10 pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8 javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.71' bouncyCastleVersion = '1.71'