@op-engineering/op-sqlite 11.2.4 → 11.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -207,8 +207,8 @@ android {
207
207
  }
208
208
 
209
209
  compileOptions {
210
- sourceCompatibility JavaVersion.VERSION_1_8
211
- targetCompatibility JavaVersion.VERSION_1_8
210
+ sourceCompatibility JavaVersion.VERSION_17
211
+ targetCompatibility JavaVersion.VERSION_17
212
212
  }
213
213
 
214
214
  externalNativeBuild {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@op-engineering/op-sqlite",
3
- "version": "11.2.4",
3
+ "version": "11.2.5",
4
4
  "description": "Next generation SQLite for React Native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",