Flipper Release: v0.20.0
Summary: == Highlights * Improved UI when exporting Flipper data. (45999a5292) == Fixes * The Shared Preference Plugin on Android will search for all shared pref files instead of only the package name by default. (825ecb8e23) * When restarting Flipper and the previously selected plugin no longer exists, the UI would crash. (c4a8e73543) Commit log: https://github.com/facebook/flipper/compare/v0.19.0...v0.20.0 Reviewed By: danielbuechele Differential Revision: D14951753 fbshipit-source-id: dbafc2d41cd25b2ede218b3fe3e99745226939a9
This commit is contained in:
committed by
Facebook Github Bot
parent
6db83a7675
commit
6fa40aad77
@@ -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.12.0-pre.1'
|
||||
yogakit_version = '~> 1.12.0-pre.1'
|
||||
flipperkit_version = '0.19.0'
|
||||
flipperkit_version = '0.20.0'
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'FlipperKit'
|
||||
spec.version = flipperkit_version
|
||||
|
||||
Reference in New Issue
Block a user