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

View File

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