SOP-Java 10.0.2-SNAPSHOT

This commit is contained in:
Paul Schaub 2024-10-14 14:36:41 +02:00
parent 354ef8841a
commit 7014dbcfb7
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

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