Flipper Release: v0.20.3
Summary: Making a release to test the automated pods publishing. The last one failed, due to the wierd Sandcastle bug Reviewed By: passy Differential Revision: D15373868 fbshipit-source-id: a4e0eb0720f634c5667304f84b0fdaf26060d563
This commit is contained in:
committed by
Facebook Github Bot
parent
2aabfd98e4
commit
c08032cc51
@@ -50,7 +50,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.20.2'
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.20.3'
|
||||
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
|
||||
|
||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.20.0'
|
||||
@@ -108,7 +108,7 @@ We support both Swift and Objective-C for Flipper with CocoaPods as build and di
|
||||
```ruby
|
||||
project 'MyApp.xcodeproj'
|
||||
swift_version = "4.1"
|
||||
flipperkit_version = '0.20.2'
|
||||
flipperkit_version = '0.20.3'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
@@ -140,7 +140,7 @@ end
|
||||
```ruby
|
||||
project 'MyApp.xcodeproj'
|
||||
swift_version = "4.1"
|
||||
flipperkit_version = '0.20.2'
|
||||
flipperkit_version = '0.20.3'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
|
||||
Reference in New Issue
Block a user