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

PGPainless 0.0.1-alpha2

This commit is contained in:
Paul Schaub 2018-07-23 16:34:13 +02:00
parent 9017fcaba0
commit 2f1e7b25ed
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

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