1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-22 20:32:05 +01:00

PGPainless 1.4.4-SNAPSHOT

This commit is contained in:
Paul Schaub 2023-01-31 19:15:31 +01:00
parent 1257c52ede
commit 6c2331d4e6
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -4,8 +4,8 @@
allprojects { allprojects {
ext { ext {
shortVersion = '1.4.3' shortVersion = '1.4.4'
isSnapshot = false isSnapshot = true
pgpainlessMinAndroidSdk = 10 pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8 javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.72' bouncyCastleVersion = '1.72'