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
1 changed files with 2 additions and 2 deletions

View File

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