|
|
|
|
@ -55,6 +55,13 @@ allprojects {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// if (project.plugins.hasPlugin("com.android.application") ||
|
|
|
|
|
// project.plugins.hasPlugin("com.android.library")) {
|
|
|
|
|
// project.android {
|
|
|
|
|
// compileSdkVersion 34
|
|
|
|
|
// buildToolsVersion "34.0.0"
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// Force Java 17 for all JavaCompile tasks in all subprojects (including plugins)
|
|
|
|
|
project.tasks.withType(JavaCompile).configureEach {
|
|
|
|
|
sourceCompatibility = JavaVersion.VERSION_21
|
|
|
|
|
|