1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-11 14:17:10 +02:00

PGPainless 0.0.1-alpha3

This commit is contained in:
Paul Schaub 2018-07-31 20:13:30 +02:00
parent b89d3562ac
commit 4c5580c1d5
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -2,8 +2,8 @@
allprojects {
ext {
shortVersion = '0.0.1-alpha3'
isSnapshot = true
isSnapshot = false
pgpainlessMinAndroidSdk = 9
javaSourceCompatibility = 1.8
}
}
}