Skip to content

Commit 97a1be5

Browse files
committed
Set java version
1 parent 5bb0e2c commit 97a1be5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

native-bridge/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ android {
2424

2525
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2626
}
27+
compileOptions {
28+
sourceCompatibility JavaVersion.VERSION_17
29+
targetCompatibility JavaVersion.VERSION_17
30+
}
2731
lintOptions {
2832
abortOnError true
2933
textReport true

0 commit comments

Comments
 (0)