Flipper Release: v0.225.0

Summary: Releasing version 0.225.0

Reviewed By: lblasa

Differential Revision: D50008889

fbshipit-source-id: b6b8b4118383e30a3f4cb74286316e9662ea860e
This commit is contained in:
generatedunixname89002005306973
2023-10-06 05:18:19 -07:00
committed by Facebook GitHub Bot
parent 33962d4fa4
commit c90751e0f1
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.224.0' # should match the version of your Flipper client app
flipperkit_version = '0.225.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'