Skip to content

Commit 40329a4

Browse files
committed
fix: so
1 parent 26f7004 commit 40329a4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

android/app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ android {
169169
pickFirst "lib/arm64-v8a/libc++_shared.so"
170170
pickFirst "lib/x86/libc++_shared.so"
171171
pickFirst "lib/x86_64/libc++_shared.so"
172+
doNotStrip "*/x86/libsdkcore.so"
173+
doNotStrip "*/x86_64/libsdkcore.so"
174+
doNotStrip "*/armeabi-v7a/libsdkcore.so"
175+
doNotStrip "*/arm64-v8a/libsdkcore.so"
172176
}
173177

174178
// applicationVariants are e.g. debug, release

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PODS:
1111
- React-Core (= 0.62.2)
1212
- React-jsi (= 0.62.2)
1313
- ReactCommon/turbomodule/core (= 0.62.2)
14-
- FinApplet (2.1.5)
14+
- FinApplet (2.8.6)
1515
- Flipper (0.33.1):
1616
- Flipper-Folly (~> 2.1)
1717
- Flipper-RSocket (~> 1.0)
@@ -427,7 +427,7 @@ SPEC CHECKSUMS:
427427
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
428428
FBLazyVector: 4aab18c93cd9546e4bfed752b4084585eca8b245
429429
FBReactNativeSpec: 5465d51ccfeecb7faa12f9ae0024f2044ce4044e
430-
FinApplet: adb43373a01ff90832969b1534d40c08344063f6
430+
FinApplet: 5eefbc232bce0b1a0532901f31578f3c48b60837
431431
Flipper: 6c1f484f9a88d30ab3e272800d53688439e50f69
432432
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
433433
Flipper-Folly: c12092ea368353b58e992843a990a3225d4533c3

0 commit comments

Comments
 (0)