Skip to content

Commit

Permalink
bump RTC-Folly to 2021.07.22
Browse files Browse the repository at this point in the history
  • Loading branch information
luissantana committed Jun 20, 2022
1 parent e5c5dcd commit 77e1c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third-party-podspecs/RCT-Folly.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

folly_release_version = '2021.06.28.00'
folly_release_version = '2021.07.22.00'

Pod::Spec.new do |spec|
spec.name = 'RCT-Folly'
# Patched to v2 to address https://github.com/react-native-community/releases/issues/251
spec.version = folly_release_version + '-v2'
spec.version = folly_release_version
spec.license = { :type => 'Apache License, Version 2.0' }
spec.homepage = 'https://github.com/facebook/folly'
spec.summary = 'An open-source C++ library developed and used at Facebook.'
Expand Down

0 comments on commit 77e1c7e

Please sign in to comment.