Skip to content

Commit 06c64f5

Browse files
sunnylqmgrabbou
authored andcommitted
Bump hermes to v0.2.1 (#26451)
Summary: Bump hermes to v0.2.1 allow-large-files ## Changelog See https://github.com/facebook/hermes/releases/tag/v0.2.1 [Android] [Changed] - Bump hermes to v0.2.1 Pull Request resolved: #26451 Test Plan: RNTester builds and runs as expected Differential Revision: D17394921 Pulled By: cpojer fbshipit-source-id: 07ce5da3517b7aa24bfb5e1f6eefed6cdc9f5cb5
1 parent a5353c0 commit 06c64f5

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

RNTester/android/app/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,6 @@ android {
151151
signingConfig signingConfigs.release
152152
}
153153
}
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-
}
160154
}
161155

162156
dependencies {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"event-target-shim": "^5.0.1",
9898
"fbjs": "^1.0.0",
9999
"fbjs-scripts": "^1.1.0",
100-
"hermes-engine": "^0.1.1",
100+
"hermes-engine": "^0.2.1",
101101
"invariant": "^2.2.4",
102102
"jsc-android": "^245459.0.0",
103103
"metro-babel-register": "^0.56.0",

template/android/app/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,6 @@ android {
176176

177177
}
178178
}
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-
}
188179
}
189180

190181
dependencies {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3464,10 +3464,10 @@ has@^1.0.1, has@^1.0.3:
34643464
dependencies:
34653465
function-bind "^1.1.1"
34663466

3467-
hermes-engine@^0.1.1:
3468-
version "0.1.1"
3469-
resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.1.1.tgz#33d5da1a3b7289667f121dc1aca3566171e86fd8"
3470-
integrity sha512-5nPNtJg3ZiUT14SfU5KcETWrDFadn9R0hv2FCihiLZUeNHuLxaoiFy0bAMrXukKPyXG76XZ4zl5iGXr7E7Nhpw==
3467+
hermes-engine@^0.2.1:
3468+
version "0.2.1"
3469+
resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.2.1.tgz#25c0f1ff852512a92cb5c5cc47cf967e1e722ea2"
3470+
integrity sha512-eNHUQHuadDMJARpaqvlCZoK/Nitpj6oywq3vQ3wCwEsww5morX34mW5PmKWQTO7aU0ck0hgulxR+EVDlXygGxQ==
34713471

34723472
home-or-tmp@^3.0.0:
34733473
version "3.0.0"

0 commit comments

Comments
 (0)