1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-18 09:34:51 +02:00

PGPainless 0.2.0-alpha2

This commit is contained in:
Paul Schaub 2020-11-13 16:37:55 +01:00
parent 473f64f56f
commit 2cb64d53f6
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -2,7 +2,7 @@
allprojects {
ext {
shortVersion = '0.2.0-alpha2'
isSnapshot = true
isSnapshot = false
pgpainlessMinAndroidSdk = 9
javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.67'