Flipper Release: v0.190.0

Summary: Releasing version 0.190.0

Reviewed By: mweststrate

Differential Revision: D45308248

fbshipit-source-id: 3b03945474d644fec9a686f0f908864dbbca2322
This commit is contained in:
generatedunixname89002005306973
2023-04-26 05:30:21 -07:00
committed by Facebook GitHub Bot
parent 2583a076c0
commit f8ca1551d7
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.189.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.190.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}