Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
try fix ci build failed
  • Loading branch information
lingqiqi5211 authored Apr 19, 2024
1 parent d5df381 commit 8cd8d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ android {
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_19
targetCompatibility JavaVersion.VERSION_19
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_19.toString()
jvmTarget = JavaVersion.VERSION_21.toString()
}

}
Expand Down

0 comments on commit 8cd8d66

Please sign in to comment.