fix: Upgrade JDK and Gradle

This commit is contained in:
J-Jamet
2025-06-05 19:27:41 +02:00
parent 0a06acbf1d
commit d9f4e9b6ab
7 changed files with 19 additions and 14 deletions

View File

@@ -19,12 +19,12 @@ android {
}
compileOptions {
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_17
sourceCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "17"
}
testOptions {