Flipper Release: v0.58.0

Summary: Releasing version 0.58.0

Reviewed By: cekkaewnumchai

Differential Revision: D23872448

fbshipit-source-id: b74483db292311719a0231f9b2fed78122e9f339
This commit is contained in:
generatedunixname89002005306973
2020-09-23 12:04:18 -07:00
committed by Facebook GitHub Bot
parent bc0bcda300
commit 32315c2d97
41 changed files with 78 additions and 69 deletions

View File

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