This commit is contained in:
2025-12-12 10:42:06 +00:00
parent 089cb14998
commit 661bbaab46
5 changed files with 155 additions and 92 deletions

View File

@@ -27,8 +27,8 @@ android {
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
}