Flipper Release: v0.185.0

Summary: Releasing version 0.185.0

Reviewed By: mweststrate

Differential Revision: D44086339

fbshipit-source-id: 55164829df59c44643741472c85c8971bfc6f556
This commit is contained in:
generatedunixname89002005306973
2023-03-15 06:51:47 -07:00
committed by Facebook GitHub Bot
parent a4fcd68c19
commit 71108897d0
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.184.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.185.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}