Flipper Release: v0.161.0

Summary: Releasing version 0.161.0

Reviewed By: lblasa

Differential Revision: D38858847

fbshipit-source-id: 56a356ed7028110fb028f36a490efb6fa61a3598
This commit is contained in:
Flipper Bot
2022-08-19 05:02:55 -07:00
committed by Facebook GitHub Bot
parent c90ab4ed7b
commit f9afe75a81
10 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ To setup the <Link to={useBaseUrl("/docs/features/plugins/leak-canary")}>Leak Ca
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.160.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.161.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```