This commit is contained in:
Horis
2026-01-06 15:02:13 +08:00
parent eb75fd573d
commit 633261a859
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ plugins {
android {
compileSdk = compile_sdk_version
namespace 'me.ag2s'
namespace = 'me.ag2s'
kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(17))
@@ -24,7 +24,7 @@ android {
targetCompatibility JavaVersion.VERSION_17
}
lint {
checkDependencies true
checkDependencies = true
}
}
+2 -2
View File
@@ -7,7 +7,7 @@ plugins {
android {
compileSdk = compile_sdk_version
namespace 'com.script'
namespace = 'com.script'
kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(17))
@@ -25,7 +25,7 @@ android {
targetCompatibility JavaVersion.VERSION_17
}
lint {
checkDependencies true
checkDependencies = true
}
tasks.withType(JavaCompile).tap {
configureEach {