Skip to content

Commit

Permalink
TEMP OPSQLITE
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Nov 12, 2024
1 parent 9daf91b commit 6988335
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
7 changes: 7 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@ android {
prod {
}
}

packagingOptions {
pickFirst 'lib/x86/libcrypto.so'
pickFirst 'lib/x86_64/libcrypto.so'
pickFirst 'lib/armeabi-v7a/libcrypto.so'
pickFirst 'lib/arm64-v8a/libcrypto.so'
}
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 21
minSdkVersion = 23
compileSdkVersion = 34
targetSdkVersion = 34
androidXBrowser = "1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ PODS:
- nanopb/decode (2.30908.0)
- nanopb/encode (2.30908.0)
- NVHTarGzip (1.0.1)
- op-sqlite (10.0.0-tokenizers-beta7):
- op-sqlite (6.2.11):
- React
- React-callinvoker
- React-Core
Expand Down Expand Up @@ -1765,7 +1765,7 @@ SPEC CHECKSUMS:
MLKitVision: e87dc3f2e456a6ab32361ebd985e078dd2746143
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
NVHTarGzip: 74cc227b902e5725900d37eb6d79b57e93005a73
op-sqlite: 63367aa66fc397c5fcb142e68825df464e0ee07a
op-sqlite: b4f61f3085ea3b70f264f3a64b724c81ab117e58
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
Protobuf: 5a8a7781d8e1004302f108977ac2d5b99323146f
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@fengweichong/react-native-gzip": "github:cozy/react-native-gzip#1.1.0",
"@mythologi/react-native-receive-sharing-intent": "2.2.1",
"@notifee/react-native": "^7.8.0",
"@op-engineering/op-sqlite": "^10.0.0-tokenizers-beta7",
"@op-engineering/op-sqlite": "^6.2.11",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-camera-roll/camera-roll": "^7.2.0",
"@react-native-clipboard/clipboard": "^1.13.2",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4197,11 +4197,6 @@
mkdirp "^1.0.4"
rimraf "^3.0.2"

"@op-engineering/op-sqlite@^10.0.0-tokenizers-beta7":
version "10.0.0-tokenizers-beta7"
resolved "https://registry.yarnpkg.com/@op-engineering/op-sqlite/-/op-sqlite-10.0.0-tokenizers-beta7.tgz#992c9c8da540ea8ecb47624e3d66a97f026c822d"
integrity sha512-VKDiVU4MwBfo9+sb2fjZAa3hAFYmppEChTLfPsL7HCD1MlHUT5jqMiDvhgsPnWFtmk5NpbDef8OxPp6ZGxPA+g==

"@op-engineering/op-sqlite@^6.2.11":
version "6.2.11"
resolved "https://registry.yarnpkg.com/@op-engineering/op-sqlite/-/op-sqlite-6.2.11.tgz#0e5b127561c80cdb8748809d17f25ff1fd629219"
Expand Down

0 comments on commit 6988335

Please sign in to comment.