Skip to content

Commit 2821abf

Browse files
committed
Java版本更新至17
1 parent 6c3c4e7 commit 2821abf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ android {
7777
// }
7878

7979
compileOptions {
80-
sourceCompatibility JavaVersion.VERSION_16
81-
targetCompatibility JavaVersion.VERSION_16
80+
sourceCompatibility JavaVersion.VERSION_17
81+
targetCompatibility JavaVersion.VERSION_17
8282
}
8383

8484
buildFeatures {

0 commit comments

Comments
 (0)