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

PGPainless 1.3.2-SNAPSHOT

This commit is contained in:
Paul Schaub 2022-06-23 12:10:58 +02:00
parent 9654af15e6
commit 62ef8b8d5f
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -4,8 +4,8 @@
allprojects { allprojects {
ext { ext {
shortVersion = '1.3.1' shortVersion = '1.3.2'
isSnapshot = false isSnapshot = true
pgpainlessMinAndroidSdk = 10 pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8 javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.71' bouncyCastleVersion = '1.71'