This commit is contained in:
2026-01-12 16:04:59 +01:00
parent a910959353
commit 2a6968d508
2 changed files with 84 additions and 3 deletions

View File

@@ -38,12 +38,12 @@ android {
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_25
targetCompatibility = JavaVersion.VERSION_25
}
kotlinOptions {
jvmTarget = "17"
jvmTarget = "25"
}
buildFeatures {