Flipper Release: v0.144.0

Summary: Releasing version 0.144.0

Reviewed By: passy

Differential Revision: D35960718

fbshipit-source-id: a2fc470a831f1788ce4fa2be23c758a1c205f0bb
This commit is contained in:
Flipper Bot
2022-04-27 03:51:35 -07:00
committed by Facebook GitHub Bot
parent d40b0eab9c
commit cd7e8bd8d7
11 changed files with 17 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ gradle configuration:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.143.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.144.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}