SOP-Java 8.0.3-SNAPSHOT

This commit is contained in:
Paul Schaub 2024-10-31 13:45:36 +01:00
parent e46e50556f
commit f7f7064282
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

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