Flipper Release: v0.130.0

Summary: Releasing version 0.130.0

Reviewed By: cekkaewnumchai

Differential Revision: D33788026

fbshipit-source-id: bed50ad4001a40d899c673547dac16c8aef8aa1d
This commit is contained in:
Flipper Bot
2022-01-26 07:37:22 -08:00
committed by Facebook GitHub Bot
parent 903476bdad
commit 66478d3e11
10 changed files with 12 additions and 12 deletions

View File

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