@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.
- package/android/build.gradle +2 -2
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -207,8 +207,8 @@ android {
|
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
compileOptions {
|
|
210
|
-
sourceCompatibility JavaVersion.
|
|
211
|
-
targetCompatibility JavaVersion.
|
|
210
|
+
sourceCompatibility JavaVersion.VERSION_17
|
|
211
|
+
targetCompatibility JavaVersion.VERSION_17
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
externalNativeBuild {
|