Flipper Release: v0.30.1

Summary: New release built against Litho 0.33.

Reviewed By: priteshrnandgaonkar

Differential Revision: D19030537

fbshipit-source-id: a14b04decf3023e9ee78ef2a894061d8b04d232e
This commit is contained in:
Pascal Hartig
2019-12-13 11:32:15 -08:00
committed by Facebook Github Bot
parent edd894258c
commit 21be861894
9 changed files with 13 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ gradle configuration:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.30.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.30.1'
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.30.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.30.1'
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.30.0'
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.30.1'
}
```