SOP-Java 10.0.1

This commit is contained in:
Paul Schaub 2024-10-14 13:46:48 +02:00
parent 261ac212b8
commit 354ef8841a
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

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