Flipper Release: v0.153.0

Summary: Releasing version 0.153.0

Reviewed By: cekkaewnumchai

Differential Revision: D37643063

fbshipit-source-id: df67aee39ca41887e4c8358a618b4c37338c501b
This commit is contained in:
Flipper Bot
2022-07-06 04:06:55 -07:00
committed by Facebook GitHub Bot
parent 013e964287
commit 6b4c1db5fa
11 changed files with 21 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.152.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.153.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}