Flipper Release: v0.20.0
Summary: == Highlights * Improved UI when exporting Flipper data. (45999a5292) == Fixes * The Shared Preference Plugin on Android will search for all shared pref files instead of only the package name by default. (825ecb8e23) * When restarting Flipper and the previously selected plugin no longer exists, the UI would crash. (c4a8e73543) Commit log: https://github.com/facebook/flipper/compare/v0.19.0...v0.20.0 Reviewed By: danielbuechele Differential Revision: D14951753 fbshipit-source-id: dbafc2d41cd25b2ede218b3fe3e99745226939a9
This commit is contained in:
committed by
Facebook Github Bot
parent
6db83a7675
commit
6fa40aad77
@@ -48,7 +48,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.19.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.20.0'
|
||||
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.19.0'
|
||||
flipperkit_version = '0.20.0'
|
||||
|
||||
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.19.0'
|
||||
flipperkit_version = '0.20.0'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
|
||||
Reference in New Issue
Block a user