Skip to content

Commit

Permalink
[native] Bump @commapp/sqlcipher-amalgamation to 4.5.5-b
Browse files Browse the repository at this point in the history
Summary: This resolves [ENG-6133](https://linear.app/comm/issue/ENG-6133/make-a-new-release-of-commappsqlcipher-amalgamation). It also bumps us to version 4.5.5 of SQLCipher, which corresponds to version 3.42.0 of SQLite.

Test Plan:
Tested on both iOS and Android simultaneously:

1. Run the app
2. On both platform, open some threads to mark them as read
3. Make sure the other platform gets the update about the thread becoming read
4. Kill both apps
5. Make sure that the threads appear read when reopening each app

Reviewers: marcin, kamil

Reviewed By: marcin, kamil

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D10408
  • Loading branch information
Ashoat committed Dec 20, 2023
1 parent b9e6bf3 commit 2d8e24c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions native/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -556,12 +556,12 @@ PODS:
- libwebp (~> 1.0)
- SDWebImage/Core (~> 5.13)
- SPTPersistentCache (1.1.0)
- SQLCipher-Amalgamation (4.4.3):
- SQLCipher-Amalgamation (4.5.5b):
- OpenSSL-Universal
- SQLCipher-Amalgamation/standard (= 4.4.3)
- SQLCipher-Amalgamation/common (4.4.3):
- SQLCipher-Amalgamation/standard (= 4.5.5b)
- SQLCipher-Amalgamation/common (4.5.5b):
- OpenSSL-Universal
- SQLCipher-Amalgamation/standard (4.4.3):
- SQLCipher-Amalgamation/standard (4.5.5b):
- OpenSSL-Universal
- SQLCipher-Amalgamation/common
- Yoga (1.14.0)
Expand Down Expand Up @@ -942,7 +942,7 @@ SPEC CHECKSUMS:
SDWebImageSVGCoder: 6fc109f9c2a82ab44510fff410b88b1a6c271ee8
SDWebImageWebPCoder: 18503de6621dd2c420d680e33d46bf8e1d5169b0
SPTPersistentCache: df36ea46762d7cf026502bbb86a8b79d0080dff4
SQLCipher-Amalgamation: cbd36045fe7b458b8a442958a01aefdbc44c20f8
SQLCipher-Amalgamation: 69d60dc6e030cbc9ac2372c772a52c1793c863f7
Yoga: dc109b79db907f0f589fc423e991b09ec42d2295
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb

Expand Down
2 changes: 1 addition & 1 deletion native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@commapp/expo-package": "0.0.1",
"@commapp/sqlcipher-amalgamation": "^4.4.3-a",
"@commapp/sqlcipher-amalgamation": "^4.5.5-b",
"@ethersproject/shims": "^5.7.0",
"@expo/react-native-action-sheet": "^3.14.0",
"@expo/vector-icons": "^13.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1781,10 +1781,10 @@
resolved "https://registry.yarnpkg.com/@commapp/opaque-ke-wasm/-/opaque-ke-wasm-0.0.3.tgz#789b7351e593932461858658c61da5c2de51dc03"
integrity sha512-K88XPRnwKmpRCQqU26R7w1Syflp9IB1Ets1UPXTB3roumLweiHG8Y7UA+LrlpzCYd+8d8Tukp7i+/h4OFfovUw==

"@commapp/sqlcipher-amalgamation@^4.4.3-a":
version "4.4.3-a"
resolved "https://registry.yarnpkg.com/@commapp/sqlcipher-amalgamation/-/sqlcipher-amalgamation-4.4.3-a.tgz#39c297132b9ad02358bf022a164bfc03292ecce1"
integrity sha512-nPu0ZpvfqzxudOMi2bE3g9LdR80RLovcwrYhhFVfWCQQZqkVgUpOOqG1U647d06kz/P9hZRdFktnEqRua+RqBQ==
"@commapp/sqlcipher-amalgamation@^4.5.5-b":
version "4.5.5-b"
resolved "https://registry.yarnpkg.com/@commapp/sqlcipher-amalgamation/-/sqlcipher-amalgamation-4.5.5-b.tgz#8afec045848c092a877c63ee6d4ac887074b74f4"
integrity sha512-gXqbW9aupJ6GNdKncX5bIaHeSzZVCwQmgcnK/iJnCfLEx/bg6XnSKc9y1zEQ87EmaS6WF/AWhF/ZBcV5x6JKoA==

"@commapp/windowspush@file:desktop/addons/windows-pushnotifications":
version "0.0.1"
Expand Down

0 comments on commit 2d8e24c

Please sign in to comment.