Flipper Release: v0.84.0

Summary: Releasing version 0.84.0

Reviewed By: nikoant

Differential Revision: D27617439

fbshipit-source-id: 8e4ca47eeddca8a8b46d051a7f70133dab04c3ac
This commit is contained in:
Flipper Bot
2021-04-07 08:49:27 -07:00
committed by Facebook GitHub Bot
parent 04c5fb61f4
commit ac70d35671
13 changed files with 15 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ gradle configuration:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.83.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.84.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}

View File

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

View File

@@ -9,7 +9,7 @@ Ensure that you already have an explicit dependency in your application's
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.83.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.84.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1'
}

View File

@@ -15,7 +15,7 @@ The network plugin is shipped as a separate Maven artifact:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.83.0'
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.84.0'
}
```