Flipper Release: v0.30.0

Summary:
## Changelog

- Release of the redesigned Support Form

Reviewed By: mweststrate

Differential Revision: D18807901

fbshipit-source-id: 7a8b0775480d9acb6152e9e84425da8256b09964
This commit is contained in:
Pritesh Nandgaonkar
2019-12-04 04:02:16 -08:00
committed by Facebook Github Bot
parent 5d124e2764
commit b9ed6022f9
9 changed files with 12 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ gradle configuration:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.29.4'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.30.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-leakcanary-plugin:0.29.4'
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.30.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1'
}

View File

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