We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compileOptions
1 parent ad75b0a commit bc985b6Copy full SHA for bc985b6
bun.lock
@@ -1,5 +1,6 @@
1
{
2
"lockfileVersion": 1,
3
+ "configVersion": 0,
4
"workspaces": {
5
"": {
6
"name": "react-native-nitro-sqlite-workspace",
package/android/build.gradle
@@ -140,8 +140,8 @@ android {
140
}
141
142
compileOptions {
143
- sourceCompatibility JavaVersion.VERSION_1_8
144
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
145
146
147
sourceSets {
0 commit comments