Skip to content

Commit

Permalink
升级构建
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed Oct 17, 2024
1 parent 86b2084 commit 4b56943
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ android {
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
isCoreLibraryDesugaringEnabled = true
}

kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "11"
}

packaging {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.android.application") version "8.7.0" apply false
id("com.android.application") version "8.7.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.25" apply false
id("com.google.devtools.ksp") version "1.9.25-1.0.20" apply false
}

0 comments on commit 4b56943

Please sign in to comment.