Skip to content

Commit bc985b6

Browse files
authored
chore: Update JDK version to 17 (compileOptions in Gradle config) (#243)
* chore: update JDK version * Update bun.lock
1 parent ad75b0a commit bc985b6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

bun.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)