Flipper Release: v0.14.0

Summary:
- New [Crash Reporter Plugin](https://fbflipper.com/docs/crash-reporter-plugin.html).
- "Where is my plugin?" screen can show you why a plugin wasn't loaded.
- New reusable components for StackTrace and MarkerTimeline.
- Support for remote Android devices when connected with adb.

- Avoid indexing 0s videos on Android when recording screencaps. (7471dc6481)
- Fix emulator launching on Linux. (7471dc6481)
- Several fixes to the certificate negotiation process.

Reviewed By: priteshrnandgaonkar

Differential Revision: D13589524

fbshipit-source-id: 3bc0b2ff4d7802b0b767bb5fc55046a84e4a3ec8
This commit is contained in:
Pascal Hartig
2019-01-07 09:42:03 -08:00
committed by Facebook Github Bot
parent 2c6d126f05
commit dc908928f0
7 changed files with 200 additions and 7 deletions

View File

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