Flipper Release: v0.181.0

Summary: Releasing version 0.181.0

Reviewed By: lblasa

Differential Revision: D43351298

fbshipit-source-id: ac2196a1780ef58c04c20f56ea46bf9700cababb
This commit is contained in:
generatedunixname89002005306973
2023-02-16 07:04:28 -08:00
committed by Facebook GitHub Bot
parent 5ce17d8379
commit 690a8df436
11 changed files with 19 additions and 12 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.180.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.181.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}