Flipper Release: v0.14.1

Summary:
- Refactored [Crash Reporter Plugin's](https://fbflipper.com/docs/crash-reporter-plugin.html) android implementation to show the crash notification for all kind of crashes. It sniffs the logcat and fires notification whenever crash happens.
- "Plugin not showing?" in the plugin list now supports more cases for telling you what went wrong.
- Plugins are now sorted by name.

Reviewed By: jknoxville

Differential Revision: D13650988

fbshipit-source-id: 8b4861befa962162dea84a1394ea2829b88ab4c9
This commit is contained in:
Pritesh Nandgaonkar
2019-01-14 07:24:19 -08:00
committed by Facebook Github Bot
parent f85dc14d07
commit b8c9597b07
7 changed files with 201 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ repositories {
}
dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.14.0'
debugImplementation 'com.facebook.flipper:flipper:0.14.1'
debugImplementation 'com.facebook.flipper:soloader:0.5.1'
}
```
@@ -85,7 +85,7 @@ repositories {
}
dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.14.1-SNAPSHOT'
debugImplementation 'com.facebook.flipper:flipper:0.14.1'
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.14.0'
flipperkit_version = '0.14.1'
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.14.0'
flipperkit_version = '0.14.1'
target 'MyApp' do
platform :ios, '9.0'