Downgraded FlipperKit version as 0.82.1 pods don't seem to be published

Summary: Per title. Should unfail failing GH actions

Reviewed By: muraziz

Differential Revision: D27393865

fbshipit-source-id: 888cfda2361c3be3f36c4d6418bbe31cde3f81c6
This commit is contained in:
Michel Weststrate
2021-03-29 06:59:15 -07:00
committed by Facebook GitHub Bot
parent d13d8edf23
commit 5e439730db

View File

@@ -19,7 +19,7 @@ target 'ReactNativeFlipperExample' do
# #
# Note that if you have use_frameworks! enabled, Flipper will not work and # Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines. # you should disable these next few lines.
use_flipper!({ 'Flipper' => '0.82.1' }) use_flipper!({ 'Flipper' => '0.82.0' })
post_install do |installer| post_install do |installer|
flipper_post_install(installer) flipper_post_install(installer)
# based on https://stackoverflow.com/a/37289688/1983583 # based on https://stackoverflow.com/a/37289688/1983583