Bump flipper from 0.149.0 to 0.150.0

Bumps [flipper](https://github.com/facebook/flipper) from 0.149.0 to 0.150.0.
- [Release notes](https://github.com/facebook/flipper/releases)
- [Commits](https://github.com/facebook/flipper/compare/v0.149.0...v0.150.0)

---
updated-dependencies:
- dependency-name: com.facebook.flipper:flipper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-22 13:04:17 +00:00 committed by GitHub
parent 29d4916a2e
commit 4e6e5041d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -534,7 +534,7 @@ dependencies {
}
// Flipper, debug builds only
debugImplementation('com.facebook.flipper:flipper:0.149.0') {
debugImplementation('com.facebook.flipper:flipper:0.150.0') {
exclude group: 'com.facebook.fbjni', module: 'fbjni'
}
debugImplementation('com.facebook.flipper:flipper-network-plugin:0.150.0') {