Flipper Release: v0.180.0

Summary: Releasing version 0.180.0

Reviewed By: lblasa

Differential Revision: D43189826

fbshipit-source-id: f1e70cc76e1008b2ea989d70cb383d80eadc19a2
This commit is contained in:
generatedunixname89002005306973
2023-02-10 09:48:48 -08:00
committed by Facebook GitHub Bot
parent ada748170f
commit 0c1d121201
10 changed files with 12 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.179.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.180.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}