SOP-Java 1.2.0

This commit is contained in:
Paul Schaub 2022-02-10 00:07:34 +01:00
parent 25915d1204
commit 3b316bd06b
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -4,8 +4,8 @@
allprojects {
ext {
shortVersion = '1.1.1'
isSnapshot = true
shortVersion = '1.2.0'
isSnapshot = false
minAndroidSdk = 10
javaSourceCompatibility = 1.8
}