SOP-Java 1.2.1-SNAPSHOT

This commit is contained in:
Paul Schaub 2022-02-10 00:09:56 +01:00
parent 3b316bd06b
commit e88d9f9dab
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

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