1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-14 07:34:52 +02:00

PGPainless 0.0.1-alpha4

This commit is contained in:
Paul Schaub 2018-08-17 17:32:05 +02:00
parent fe52a7f398
commit e269831723
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

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