Flipper Release: v0.154.0

Summary: Releasing version 0.154.0

Reviewed By: jknoxville

Differential Revision: D37813763

fbshipit-source-id: f16392937146a50c7018c2ae5abd18e433059622
This commit is contained in:
Flipper Bot
2022-07-13 09:21:01 -07:00
committed by Facebook GitHub Bot
parent 039b647666
commit 14d385827d
11 changed files with 19 additions and 15 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.153.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.154.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}