Flipper Release: v0.31.1
Summary: Bugfix release for startup problem. Reviewed By: cekkaewnumchai Differential Revision: D19832703 fbshipit-source-id: 75451e39f53b2d231e1ad10219b37620593f0998
This commit is contained in:
committed by
Facebook Github Bot
parent
c8548e8063
commit
effa2ec5a5
@@ -43,10 +43,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.31.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.31.1'
|
||||
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
|
||||
|
||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.31.0'
|
||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.31.1'
|
||||
}
|
||||
```
|
||||
|
||||
@@ -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.31.0'
|
||||
flipperkit_version = '0.31.1'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
@@ -184,7 +184,7 @@ end
|
||||
|
||||
```ruby
|
||||
project 'MyApp.xcodeproj'
|
||||
flipperkit_version = '0.31.0'
|
||||
flipperkit_version = '0.31.1'
|
||||
|
||||
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.31.0'
|
||||
flipperkit_version = '0.31.1'
|
||||
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