mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 15:29:44 +01:00
* chore: expo upgrade
* chore(mobile): expo sdk 52
* fix: android build
* chore(mobile): ⬆️ upgrade usb lib, jest, sentry
* fix(mobile): fix quick crypto android build
13 lines
501 B
Diff
13 lines
501 B
Diff
diff --git a/node_modules/react-native-quick-crypto/android/build.gradle b/node_modules/react-native-quick-crypto/android/build.gradle
|
|
index 8dcc3e9..73e271a 100644
|
|
--- a/node_modules/react-native-quick-crypto/android/build.gradle
|
|
+++ b/node_modules/react-native-quick-crypto/android/build.gradle
|
|
@@ -134,6 +134,7 @@ android {
|
|
"**/libreact_nativemodule_core.so",
|
|
"**/libturbomodulejsijni.so",
|
|
"**/MANIFEST.MF",
|
|
+ "**/libreactnative.so",
|
|
]
|
|
}
|
|
|