Flipper Release: v0.34.0
Summary: Releasing version 0.34.0 Reviewed By: nikoant Differential Revision: D20480419 fbshipit-source-id: e83a532690c6df8e781683b3dcc2418b8744c961
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f919a0d1a3
commit
afa8d6274a
@@ -43,10 +43,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.33.1'
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.34.0'
|
||||
debugImplementation 'com.facebook.soloader:soloader:0.8.2'
|
||||
|
||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.33.1'
|
||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.34.0'
|
||||
}
|
||||
```
|
||||
|
||||
@@ -122,7 +122,7 @@ We support both Swift and Objective-C for Flipper with CocoaPods as build and di
|
||||
|
||||
```ruby
|
||||
project 'MyApp.xcodeproj'
|
||||
flipperkit_version = '0.33.1'
|
||||
flipperkit_version = '0.34.0'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
@@ -184,7 +184,7 @@ end
|
||||
|
||||
```ruby
|
||||
project 'MyApp.xcodeproj'
|
||||
flipperkit_version = '0.33.1'
|
||||
flipperkit_version = '0.34.0'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
@@ -566,7 +566,7 @@ If you can't build your app after adding Flipper, you may need to configure the
|
||||
platform :ios, '9.0'
|
||||
|
||||
def flipper_pods()
|
||||
flipperkit_version = '0.33.1'
|
||||
flipperkit_version = '0.34.0'
|
||||
pod 'FlipperKit', '~>' + flipperkit_version, :configuration => 'Debug'
|
||||
pod 'FlipperKit/FlipperKitLayoutPlugin', '~>' + flipperkit_version, :configuration => 'Debug'
|
||||
pod 'FlipperKit/SKIOSNetworkPlugin', '~>' + flipperkit_version, :configuration => 'Debug'
|
||||
|
||||
Reference in New Issue
Block a user