Skip to content

Commit 401c688

Browse files
author
breensmbaka
committed
Upgrade Java source and target compatibility to 17
This commit updates the Java source and target compatibility levels in the app's `build.gradle` file from version 1.8 to version 17. It keeps kotlin `jvmTarget` at 1.8.
1 parent 39054d8 commit 401c688

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
@@ -27,8 +27,8 @@ android {
2727
}
2828
}
2929
compileOptions {
30-
sourceCompatibility JavaVersion.VERSION_1_8
31-
targetCompatibility JavaVersion.VERSION_1_8
30+
sourceCompatibility JavaVersion.VERSION_17
31+
targetCompatibility JavaVersion.VERSION_17
3232
}
3333
kotlinOptions {
3434
jvmTarget = '1.8'

0 commit comments

Comments
 (0)