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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bun.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"lockfileVersion": 1,
3+
"configVersion": 0,
34
"workspaces": {
45
"": {
56
"name": "react-native-nitro-sqlite-workspace",

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)