Skip to content

Commit 5cebe1b

Browse files
committed
fix: bump folly
1 parent ff11177 commit 5cebe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

carbon-react-native.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require "json"
22

33
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
4-
folly_version = '2021.06.28.00-v2'
4+
folly_version = '2024.01.01.00'
55
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
66

77
Pod::Spec.new do |s|

0 commit comments

Comments
 (0)