Flipper Release: v0.53.0
Summary: Releasing version 0.53.0 Reviewed By: priteshrnandgaonkar Differential Revision: D23213490 fbshipit-source-id: 66dfa59dbae33d372bad9e284f9773e2ab88487b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3c3d76be60
commit
f1c3bf8697
@@ -28,7 +28,7 @@ gradle configuration:
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.52.1'
|
||||
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.53.0'
|
||||
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
|
||||
// ...
|
||||
}
|
||||
|
||||
@@ -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.52.1'
|
||||
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.53.0'
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1'
|
||||
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1'
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ The network plugin is shipped as a separate Maven artifact:
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.52.1'
|
||||
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.53.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user