Skip to content

Commit 93b6024

Browse files
committed
chore: update dependecies and ci
1 parent 7cd0df2 commit 93b6024

File tree

6 files changed

+230
-253
lines changed

6 files changed

+230
-253
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
name: Android Test
155155
strategy:
156156
matrix:
157-
api-level: [24, 30, 31]
157+
api-level: [24, 31]
158158
target: [default]
159159
steps:
160160
- name: Checkout the code

example/ios/ImageMarkerExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -540,11 +540,7 @@
540540
"-DFOLLY_MOBILE=1",
541541
"-DFOLLY_USE_LIBCPP=1",
542542
);
543-
OTHER_LDFLAGS = (
544-
"$(inherited)",
545-
"-Wl",
546-
"-ld_classic",
547-
);
543+
OTHER_LDFLAGS = "$(inherited)";
548544
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
549545
SDKROOT = iphoneos;
550546
USE_HERMES = true;
@@ -611,11 +607,7 @@
611607
"-DFOLLY_MOBILE=1",
612608
"-DFOLLY_USE_LIBCPP=1",
613609
);
614-
OTHER_LDFLAGS = (
615-
"$(inherited)",
616-
"-Wl",
617-
"-ld_classic",
618-
);
610+
OTHER_LDFLAGS = "$(inherited)";
619611
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
620612
SDKROOT = iphoneos;
621613
USE_HERMES = true;

0 commit comments

Comments
 (0)