Flipper Release: v0.147.0

Summary: Releasing version 0.147.0

Reviewed By: aigoncharov

Differential Revision: D36658611

fbshipit-source-id: 74137e1c5c1f5be5dc45c28ed74aa016001db070
This commit is contained in:
Flipper Bot
2022-05-25 09:56:02 -07:00
committed by Facebook GitHub Bot
parent b75eeb941b
commit 19a5a8e9c7
11 changed files with 23 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ You also need to compile in the `litho-annotations` package, as Flipper reflects
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.146.1'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.147.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}