Flipper Release: v0.17.1

Summary:
== Bugfix Release ==

Fixes #394 in which using the network inspector can cause the plugin view to crash. Also fixes an issue where native background plugins can fail to connect (d720b20870).

Reviewed By: danielbuechele

Differential Revision: D14384823

fbshipit-source-id: 7cee49d22ec2ed8f076cf3aeb980d4ba3a273a3f
This commit is contained in:
Pascal Hartig
2019-03-08 04:52:06 -08:00
committed by Facebook Github Bot
parent d720b20870
commit d025bbd0bf
7 changed files with 200 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ repositories {
}
dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.17.0'
debugImplementation 'com.facebook.flipper:flipper:0.17.1'
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
}
```
@@ -105,7 +105,7 @@ project 'MyApp.xcodeproj'
source 'https://github.com/facebook/flipper.git'
source 'https://github.com/CocoaPods/Specs'
swift_version = "4.1"
flipperkit_version = '0.17.0'
flipperkit_version = '0.17.1'
target 'MyApp' do
platform :ios, '9.0'
@@ -180,7 +180,7 @@ project 'MyApp.xcodeproj'
source 'https://github.com/facebook/flipper.git'
source 'https://github.com/CocoaPods/Specs'
swift_version = "4.1"
flipperkit_version = '0.17.0'
flipperkit_version = '0.17.1'
target 'MyApp' do
platform :ios, '9.0'