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

PGPainless 1.0.0-rc7

This commit is contained in:
Paul Schaub 2021-12-20 13:30:08 +01:00
parent 447755200b
commit 310e8372ad
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 2 additions and 2 deletions

View file

@ -173,7 +173,7 @@ repositories {
} }
dependencies { dependencies {
implementation 'org.pgpainless:pgpainless-core:1.0.0-rc6' implementation 'org.pgpainless:pgpainless-core:1.0.0-rc7'
} }
``` ```

View file

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