Cert-D-PGPainless 0.2.0

This commit is contained in:
Paul Schaub 2022-09-01 11:37:09 +02:00
parent 47e9f5f08a
commit 5b0f22f515
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 15 additions and 4 deletions

View file

@ -4,8 +4,8 @@
allprojects {
ext {
shortVersion = '0.1.3'
isSnapshot = true
shortVersion = '0.2.0'
isSnapshot = false
minAndroidSdk = 10
javaSourceCompatibility = 1.8
slf4jVersion = '1.7.36'