1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00

PGPainless 1.0.0-rc4

This commit is contained in:
Paul Schaub 2021-11-21 23:03:11 +01:00
parent 4b2089b42b
commit 661b25a973
3 changed files with 5 additions and 2 deletions

View file

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