SOP-Java 5.0.2-SNAPSHOT

This commit is contained in:
Paul Schaub 2023-04-26 16:03:24 +02:00
parent d028480b1a
commit a984b6e9f3
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -4,8 +4,8 @@
allprojects {
ext {
shortVersion = '5.0.1'
isSnapshot = false
shortVersion = '5.0.2'
isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8
gsonVersion = '2.10.1'