Flipper Release: v0.14.2
Summary: Patch release. Reviewed By: jknoxville Differential Revision: D13801789 fbshipit-source-id: f325b7b99de7bc573f728a94598cf2383cf217c2
This commit is contained in:
committed by
Facebook Github Bot
parent
2fd9bac31c
commit
993c8532df
@@ -48,7 +48,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.14.1'
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.14.2'
|
||||
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
|
||||
}
|
||||
```
|
||||
@@ -103,7 +103,7 @@ project 'MyApp.xcodeproj'
|
||||
source 'https://github.com/facebook/flipper.git'
|
||||
source 'https://github.com/CocoaPods/Specs'
|
||||
swift_version = "4.1"
|
||||
flipperkit_version = '0.14.1'
|
||||
flipperkit_version = '0.14.2'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
@@ -178,7 +178,7 @@ project 'MyApp.xcodeproj'
|
||||
source 'https://github.com/facebook/flipper.git'
|
||||
source 'https://github.com/CocoaPods/Specs'
|
||||
swift_version = "4.1"
|
||||
flipperkit_version = '0.14.1'
|
||||
flipperkit_version = '0.14.2'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
|
||||
Reference in New Issue
Block a user