Flipper Release: v0.128.2

Summary: Releasing version 0.128.2

Reviewed By: passy

Differential Revision: D33566743

fbshipit-source-id: ca8f58a1b067221e8d53debfc3d0e5d4dbfbe9a4
This commit is contained in:
Flipper Bot
2022-01-13 08:15:14 -08:00
committed by Facebook GitHub Bot
parent 98936183d8
commit fccefac5ac
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.128.1'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.128.2'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'
}
```