Skip to content

Commit 46634e5

Browse files
Last Sync: 2026-07-08 10:26 (Mobile)
1 parent ad460af commit 46634e5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,13 @@ subprojects {
4646
minSdk = 21
4747
compileSdkVersion(35)
4848
targetSdk = 35
49-
5049
}
5150

5251
compileOptions {
5352
sourceCompatibility = JavaVersion.VERSION_1_8
5453
targetCompatibility = JavaVersion.VERSION_1_8
5554
}
5655

57-
5856
tasks.withType<KotlinJvmCompile> {
5957
compilerOptions {
6058
jvmTarget.set(JvmTarget.JVM_1_8)
@@ -94,4 +92,4 @@ subprojects {
9492

9593
tasks.register<Delete>("clean") {
9694
delete(rootProject.layout.buildDirectory)
97-
}
95+
}

0 commit comments

Comments
 (0)