Make use of toolchain functionality and raise min Java API level to 11

This commit is contained in:
Paul Schaub 2025-04-14 11:01:45 +02:00
parent 2c26ab2da5
commit 8394f2e5a8
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 11 additions and 13 deletions

View file

@ -7,7 +7,7 @@ allprojects {
shortVersion = '10.1.1'
isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8
javaSourceCompatibility = 11
gsonVersion = '2.10.1'
jsrVersion = '3.0.2'
junitVersion = '5.8.2'