Flipper Release: v0.149.0

Summary: Releasing version 0.149.0

Reviewed By: passy

Differential Revision: D36999205

fbshipit-source-id: 9bf6df029e3d359c166f21bd12f158a2d19b6516
This commit is contained in:
Flipper Bot
2022-06-09 10:32:12 -07:00
committed by Facebook GitHub Bot
parent e43ae6cd5f
commit ad19b51069
11 changed files with 24 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ You also need to compile in the `litho-annotations` package, as Flipper reflects
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.148.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.149.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}

View File

@@ -8,7 +8,7 @@ To setup the <Link to={useBaseUrl("/docs/features/plugins/leak-canary")}>Leak Ca
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.148.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.149.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```

View File

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