Skip to content

Commit 89557a4

Browse files
committed
JDK 17 compatibility
1 parent a82a471 commit 89557a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dynamic-support/build.gradle

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_1_8
38-
targetCompatibility JavaVersion.VERSION_1_8
37+
sourceCompatibility JavaVersion.VERSION_17
38+
targetCompatibility JavaVersion.VERSION_17
3939
}
4040

4141
lintOptions {

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848
}
4949

5050
compileOptions {
51-
sourceCompatibility JavaVersion.VERSION_1_8
51+
sourceCompatibility JavaVersion.VERSION_17
5252
targetCompatibility JavaVersion.VERSION_17
5353
}
5454

0 commit comments

Comments
 (0)