Flipper Release: v0.163.0

Summary: Releasing version 0.163.0

Reviewed By: aigoncharov

Differential Revision: D39303682

fbshipit-source-id: fa6bd8a1cb08c0f45803d027632d7432e64680e2
This commit is contained in:
Flipper Bot
2022-09-08 08:03:07 -07:00
committed by Facebook GitHub Bot
parent 2fb90369f1
commit 926ba9608e
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.162.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.163.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}