Flipper Release: v0.17.0
Summary: - The Android library now uses AndroidX instead of the support-library. - Folly and RSocket dependencies uploaded to cocoapods (f8bd473828). - Improved Unicode support in the Network Inspector plugin (f4b2ce9a2b). - Fixed MacOS release creation. - Several UI fixes regarding in-app search and the toolbar. Reviewed By: passy Differential Revision: D14269567 fbshipit-source-id: 2d2f965316bd1ddfb375a2db48fb715095693c43
This commit is contained in:
committed by
Facebook Github Bot
parent
fbe9e3a086
commit
88f976b09b
@@ -48,7 +48,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.16.2'
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.17.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.16.2'
|
||||
flipperkit_version = '0.17.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.16.2'
|
||||
flipperkit_version = '0.17.0'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
|
||||
Reference in New Issue
Block a user