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

@@ -3,7 +3,7 @@ Ensure that you already have an explicit dependency in your application's
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.129.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.130.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'
}
```