Flipper Release: v0.30.2
Reviewed By: passy Differential Revision: D19494145 fbshipit-source-id: d5d0bdf6a033c3de286029adec3e0f6245864a62
This commit is contained in:
committed by
Facebook Github Bot
parent
ff26deedd7
commit
4d91f6eb60
@@ -43,10 +43,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.30.1'
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.30.2'
|
||||
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
|
||||
|
||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.30.1'
|
||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.30.2'
|
||||
}
|
||||
```
|
||||
|
||||
@@ -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.30.1'
|
||||
flipperkit_version = '0.30.2'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
@@ -184,7 +184,7 @@ end
|
||||
|
||||
```ruby
|
||||
project 'MyApp.xcodeproj'
|
||||
flipperkit_version = '0.30.1'
|
||||
flipperkit_version = '0.30.2'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
@@ -550,7 +550,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.30.1'
|
||||
flipperkit_version = '0.30.2'
|
||||
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