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

PGPainless 1.6.10-SNAPSHOT

This commit is contained in:
Paul Schaub 2025-03-28 18:42:18 +01:00
parent 3fdc6e0ff4
commit 0e6aaef51f
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -4,8 +4,8 @@
allprojects { allprojects {
ext { ext {
shortVersion = '1.6.9' shortVersion = '1.6.10'
isSnapshot = false isSnapshot = true
pgpainlessMinAndroidSdk = 10 pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8 javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.80' bouncyCastleVersion = '1.80'