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:
committed by
Facebook Github Bot
parent
f85dc14d07
commit
b8c9597b07
@@ -1,7 +1,7 @@
|
||||
folly_compiler_flags = '-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'
|
||||
yoga_version = '~> 1.9'
|
||||
yogakit_version = '~>1.8'
|
||||
flipperkit_version = '0.14.0'
|
||||
flipperkit_version = '0.14.1'
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'FlipperKit'
|
||||
spec.version = flipperkit_version
|
||||
|
||||
Reference in New Issue
Block a user