SOP-Java 1.2.1

This commit is contained in:
Paul Schaub 2022-04-11 12:38:17 +02:00
parent e154b3e535
commit bdd18c1a11
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
allprojects {
ext {
shortVersion = '1.2.1'
isSnapshot = true
isSnapshot = false
minAndroidSdk = 10
javaSourceCompatibility = 1.8
}