File tree 4 files changed +5
-20
lines changed
4 files changed +5
-20
lines changed Original file line number Diff line number Diff line change @@ -151,12 +151,6 @@ android {
151
151
signingConfig signingConfigs. release
152
152
}
153
153
}
154
- packagingOptions {
155
- pickFirst ' **/armeabi-v7a/libc++_shared.so'
156
- pickFirst ' **/x86/libc++_shared.so'
157
- pickFirst ' **/arm64-v8a/libc++_shared.so'
158
- pickFirst ' **/x86_64/libc++_shared.so'
159
- }
160
154
}
161
155
162
156
dependencies {
Original file line number Diff line number Diff line change 98
98
"event-target-shim" : " ^5.0.1" ,
99
99
"fbjs" : " ^1.0.0" ,
100
100
"fbjs-scripts" : " ^1.1.0" ,
101
- "hermes-engine" : " ^0.1 .1" ,
101
+ "hermes-engine" : " ^0.2 .1" ,
102
102
"invariant" : " ^2.2.4" ,
103
103
"jsc-android" : " ^245459.0.0" ,
104
104
"metro-babel-register" : " ^0.56.0" ,
Original file line number Diff line number Diff line change @@ -176,15 +176,6 @@ android {
176
176
177
177
}
178
178
}
179
-
180
- packagingOptions {
181
- pickFirst ' **/armeabi-v7a/libc++_shared.so'
182
- pickFirst ' **/x86/libc++_shared.so'
183
- pickFirst ' **/arm64-v8a/libc++_shared.so'
184
- pickFirst ' **/x86_64/libc++_shared.so'
185
- pickFirst ' **/x86/libjsc.so'
186
- pickFirst ' **/armeabi-v7a/libjsc.so'
187
- }
188
179
}
189
180
190
181
dependencies {
Original file line number Diff line number Diff line change @@ -3493,10 +3493,10 @@ has@^1.0.1, has@^1.0.3:
3493
3493
dependencies :
3494
3494
function-bind "^1.1.1"
3495
3495
3496
- hermes-engine@^0.1 .1 :
3497
- version "0.1 .1"
3498
- resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.1 .1.tgz#33d5da1a3b7289667f121dc1aca3566171e86fd8 "
3499
- integrity sha512-5nPNtJg3ZiUT14SfU5KcETWrDFadn9R0hv2FCihiLZUeNHuLxaoiFy0bAMrXukKPyXG76XZ4zl5iGXr7E7Nhpw ==
3496
+ hermes-engine@^0.2 .1 :
3497
+ version "0.2 .1"
3498
+ resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.2 .1.tgz#25c0f1ff852512a92cb5c5cc47cf967e1e722ea2 "
3499
+ integrity sha512-eNHUQHuadDMJARpaqvlCZoK/Nitpj6oywq3vQ3wCwEsww5morX34mW5PmKWQTO7aU0ck0hgulxR+EVDlXygGxQ ==
3500
3500
3501
3501
home-or-tmp@^3.0.0 :
3502
3502
version "3.0.0"
You can’t perform that action at this time.
0 commit comments