Flipper Release: v0.113.0

Summary: Releasing version 0.113.0

Reviewed By: jknoxville

Differential Revision: D31264525

fbshipit-source-id: 400ff8a08dd0671d780e5663b0538fe7e970b237
This commit is contained in:
Flipper Bot
2021-10-01 09:10:10 -07:00
committed by Facebook GitHub Bot
parent b43dde8a6a
commit 672cfad7d6
9 changed files with 11 additions and 11 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.112.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.113.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'
}
```