Skip to content

Commit

Permalink
Java版本更新至17
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Nov 1, 2024
1 parent 6c3c4e7 commit 2821abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ android {
// }

compileOptions {
sourceCompatibility JavaVersion.VERSION_16
targetCompatibility JavaVersion.VERSION_16
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}

buildFeatures {
Expand Down

0 comments on commit 2821abf

Please sign in to comment.