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:
Pascal Hartig
2019-09-23 07:21:33 -07:00
committed by Facebook Github Bot
parent e871822a05
commit 1b21657507
6 changed files with 7 additions and 7 deletions

View File

@@ -111,7 +111,7 @@ We support both Swift and Objective-C for Flipper with CocoaPods as build and di
<!--Objective-C-->
```ruby
project 'MyApp.xcodeproj'
flipperkit_version = '0.23.7'
flipperkit_version = '0.24.0'
target 'MyApp' do
platform :ios, '9.0'
@@ -171,7 +171,7 @@ end
<!--Swift-->
```ruby
project 'MyApp.xcodeproj'
flipperkit_version = '0.23.7'
flipperkit_version = '0.24.0'
target 'MyApp' do
platform :ios, '9.0'