Flipper Release: v0.16.2

Summary: This release targets the support library and target SDK v28.

Reviewed By: muraziz

Differential Revision: D14151636

fbshipit-source-id: 70f4412dc0ccba3c77dda74dcf9b143782b90713
This commit is contained in:
Pascal Hartig
2019-02-20 13:51:57 -08:00
committed by Facebook Github Bot
parent 0d185108a7
commit 4871186a77
7 changed files with 200 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ repositories {
}
dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.16.1'
debugImplementation 'com.facebook.flipper:flipper:0.16.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.16.1'
flipperkit_version = '0.16.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.16.1'
flipperkit_version = '0.16.2'
target 'MyApp' do
platform :ios, '9.0'