Flipper Release: v0.153.0

Summary: Releasing version 0.153.0

Reviewed By: cekkaewnumchai

Differential Revision: D37643063

fbshipit-source-id: df67aee39ca41887e4c8358a618b4c37338c501b
This commit is contained in:
Flipper Bot
2022-07-06 04:06:55 -07:00
committed by Facebook GitHub Bot
parent 013e964287
commit 6b4c1db5fa
11 changed files with 21 additions and 14 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.152.0' # should match the version of your Flipper client app
flipperkit_version = '0.153.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'