PGPainless 1.0.0-rc6

This commit is contained in:
Paul Schaub 2021-11-28 15:07:03 +01:00
parent 18e135823f
commit 98af276d3b
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

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