Flipper Release: v0.33.0

Summary:
Changelog TBD.

== Highlights ==

- React Native global hotkeys in the settings menu.

== Fixes ==

- iOS 9 support restored.

Reviewed By: priteshrnandgaonkar

Differential Revision: D20308823

fbshipit-source-id: e4d089d911af8155384c07678668662094c0c8b3
This commit is contained in:
Pascal Hartig
2020-03-09 07:39:49 -07:00
committed by Facebook Github Bot
parent c6c667df69
commit e797caff16
10 changed files with 14 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ gradle configuration:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.32.2'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.33.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}