Flipper Release: v0.24.0
Summary: # Highlights - Android: Separate artifacts for the Litho, Fresco and Network plugins. This does not yet include updates to the docs as the publishing process requires manual approval by Bintray first. Reviewed By: danielbuechele Differential Revision: D17480406 fbshipit-source-id: 92cd54e708bc1718e40e9ea95ca62f8c73b11fdc
This commit is contained in:
committed by
Facebook Github Bot
parent
e871822a05
commit
1b21657507
@@ -1,4 +1,4 @@
|
|||||||
flipperkit_version = '0.23.7'
|
flipperkit_version = '0.24.0'
|
||||||
Pod::Spec.new do |spec|
|
Pod::Spec.new do |spec|
|
||||||
spec.name = 'Flipper'
|
spec.name = 'Flipper'
|
||||||
spec.version = flipperkit_version
|
spec.version = flipperkit_version
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
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'
|
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'
|
||||||
yogakit_version = '~> 1.14'
|
yogakit_version = '~> 1.14'
|
||||||
flipperkit_version = '0.23.7'
|
flipperkit_version = '0.24.0'
|
||||||
Pod::Spec.new do |spec|
|
Pod::Spec.new do |spec|
|
||||||
spec.name = 'FlipperKit'
|
spec.name = 'FlipperKit'
|
||||||
spec.version = flipperkit_version
|
spec.version = flipperkit_version
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ We support both Swift and Objective-C for Flipper with CocoaPods as build and di
|
|||||||
<!--Objective-C-->
|
<!--Objective-C-->
|
||||||
```ruby
|
```ruby
|
||||||
project 'MyApp.xcodeproj'
|
project 'MyApp.xcodeproj'
|
||||||
flipperkit_version = '0.23.7'
|
flipperkit_version = '0.24.0'
|
||||||
|
|
||||||
target 'MyApp' do
|
target 'MyApp' do
|
||||||
platform :ios, '9.0'
|
platform :ios, '9.0'
|
||||||
@@ -171,7 +171,7 @@ end
|
|||||||
<!--Swift-->
|
<!--Swift-->
|
||||||
```ruby
|
```ruby
|
||||||
project 'MyApp.xcodeproj'
|
project 'MyApp.xcodeproj'
|
||||||
flipperkit_version = '0.23.7'
|
flipperkit_version = '0.24.0'
|
||||||
|
|
||||||
target 'MyApp' do
|
target 'MyApp' do
|
||||||
platform :ios, '9.0'
|
platform :ios, '9.0'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# in the root directory of this source tree.
|
# in the root directory of this source tree.
|
||||||
|
|
||||||
# POM publishing constants
|
# POM publishing constants
|
||||||
VERSION_NAME=0.23.8-SNAPSHOT
|
VERSION_NAME=0.24.0
|
||||||
GROUP=com.facebook.flipper
|
GROUP=com.facebook.flipper
|
||||||
POM_URL=https://github.com/facebook/flipper
|
POM_URL=https://github.com/facebook/flipper
|
||||||
POM_SCM_URL=https://github.com/facebook/flipper.git
|
POM_SCM_URL=https://github.com/facebook/flipper.git
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
project 'Tutorial.xcodeproj'
|
project 'Tutorial.xcodeproj'
|
||||||
swift_version = "4.1"
|
swift_version = "4.1"
|
||||||
flipperkit_version = '0.23.7'
|
flipperkit_version = '0.24.0'
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
target 'Tutorial' do
|
target 'Tutorial' do
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "flipper",
|
"name": "flipper",
|
||||||
"version": "0.23.7",
|
"version": "0.24.0",
|
||||||
"versionDate": "2018-4-12",
|
"versionDate": "2018-4-12",
|
||||||
"description": "Mobile development tool",
|
"description": "Mobile development tool",
|
||||||
"productName": "Flipper",
|
"productName": "Flipper",
|
||||||
|
|||||||
Reference in New Issue
Block a user