Flipper Release: v0.215.0

Summary: Releasing version 0.215.0

Reviewed By: lblasa

Differential Revision: D48865068

fbshipit-source-id: a6e37bdc5790e0e1de64c2b467f02df9ec18bfd6
This commit is contained in:
generatedunixname89002005306973
2023-08-31 06:35:49 -07:00
committed by Facebook GitHub Bot
parent aec376a09a
commit 20ecc02c79
10 changed files with 12 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ Add all of the code below to your `ios/Podfile`:
platform :ios, '9.0'
def flipper_pods()
flipperkit_version = '0.214.0' # should match the version of your Flipper client app
flipperkit_version = '0.215.0' # should match the version of your Flipper client app
pod 'FlipperKit', '~>' + flipperkit_version, :configuration => 'Debug'
pod 'FlipperKit/FlipperKitLayoutPlugin', '~>' + flipperkit_version, :configuration => 'Debug'
pod 'FlipperKit/SKIOSNetworkPlugin', '~>' + flipperkit_version, :configuration => 'Debug'