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
@@ -1,4 +1,4 @@
|
||||
flipperkit_version = '0.20.2'
|
||||
flipperkit_version = '0.20.3'
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'Flipper'
|
||||
spec.version = flipperkit_version
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
folly_compiler_flags = '-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0'
|
||||
yoga_version = '~> 1.14'
|
||||
yogakit_version = '~> 1.14'
|
||||
flipperkit_version = '0.20.2'
|
||||
flipperkit_version = '0.20.3'
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'FlipperKit'
|
||||
spec.version = flipperkit_version
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# in the root directory of this source tree.
|
||||
|
||||
# POM publishing constants
|
||||
VERSION_NAME=0.20.3-SNAPSHOT
|
||||
VERSION_NAME=0.20.3
|
||||
GROUP=com.facebook.flipper
|
||||
POM_URL=https://github.com/facebook/flipper
|
||||
POM_SCM_URL=https://github.com/facebook/flipper.git
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "flipper",
|
||||
"private": true,
|
||||
"version": "0.20.2",
|
||||
"version": "0.20.3",
|
||||
"versionDate": "2018-4-12",
|
||||
"description": "Mobile development tool",
|
||||
"productName": "Flipper",
|
||||
|
||||
Reference in New Issue
Block a user