Flipper Release: v0.148.0

Summary: Releasing version 0.148.0

Reviewed By: jknoxville

Differential Revision: D36805039

fbshipit-source-id: 8d97ba973c57de4558fc6aaa0a546dbac1ee08cd
This commit is contained in:
Flipper Bot
2022-06-06 06:25:38 -07:00
committed by Facebook GitHub Bot
parent 054fbf1298
commit 5971d603bf
11 changed files with 20 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.147.1'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.148.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}