Skip to content

Commit 834e7a7

Browse files
committed
maintain version 17 for java
1 parent b0894da commit 834e7a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434
}
3535
}
3636
compileOptions {
37-
sourceCompatibility = JavaVersion.VERSION_11
38-
targetCompatibility = JavaVersion.VERSION_11
37+
sourceCompatibility = JavaVersion.VERSION_17
38+
targetCompatibility = JavaVersion.VERSION_17
3939
}
4040
kotlinOptions {
4141
jvmTarget = "11"

0 commit comments

Comments
 (0)