Flipper Release: v0.117.0

Summary: Releasing version 0.117.0

Reviewed By: aigoncharov

Differential Revision: D31955241

fbshipit-source-id: 0a4c848c96bc63ebd1f4d642965693a1e3502f6c
This commit is contained in:
Flipper Bot
2021-10-27 09:43:31 -07:00
committed by Facebook GitHub Bot
parent dbbda21b55
commit 360ecb4b24
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.116.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.117.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'
}
```