Bump example project deps to 0.79

Summary: This should have been automated, but I think the diff that landed the script and the actual release missed each other, so next time this should be automated

Reviewed By: passy

Differential Revision: D26782442

fbshipit-source-id: 205ab2e63bdff33f1ecea0a041d88a0a6ec6ae2d
This commit is contained in:
Michel Weststrate
2021-03-03 16:16:04 -08:00
committed by Facebook GitHub Bot
parent cd02bb7fcb
commit 6b8eea8011
5 changed files with 43 additions and 43 deletions

View File

@@ -16,7 +16,7 @@ target 'ReactNativeFlipperExample' do
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines.
use_flipper!({ 'Flipper' => '0.78.0' })
use_flipper!({ 'Flipper' => '0.79.0' })
post_install do |installer|
flipper_post_install(installer)
end