Flipper Release: v0.170.0

Summary: Releasing version 0.170.0

Reviewed By: mweststrate

Differential Revision: D40295174

fbshipit-source-id: 3a38e99f0e4d0cda25921e0586a9a53e7f7ad4aa
This commit is contained in:
generatedunixname89002005306973
2022-10-12 09:00:41 -07:00
committed by Facebook GitHub Bot
parent f65364c79c
commit af16963251
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.169.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.170.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}