Skip to content

Commit de9214d

Browse files
committed
chore: update JDK version
1 parent ad75b0a commit de9214d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ android {
140140
}
141141

142142
compileOptions {
143-
sourceCompatibility JavaVersion.VERSION_1_8
144-
targetCompatibility JavaVersion.VERSION_1_8
143+
sourceCompatibility JavaVersion.VERSION_17
144+
targetCompatibility JavaVersion.VERSION_17
145145
}
146146

147147
sourceSets {

0 commit comments

Comments
 (0)