1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-23 20:14:49 +02:00

PGPainless 0.2.0

This commit is contained in:
Paul Schaub 2021-06-01 18:19:19 +02:00
parent 597a59373d
commit 62fe2db6b7
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '0.2.0-alpha13'
isSnapshot = true
shortVersion = '0.2.0'
isSnapshot = false
pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.68'