Flipper Release: v0.27.0

Summary:
**Highlights**

- Sample Android APK now available as download on this very release page.
- Memory usage viewer available for KaiOS devices.

Full changelog: https://github.com/facebook/flipper/compare/v0.26.0...master

Reviewed By: jknoxville

Differential Revision: D18245037

fbshipit-source-id: 0d49012c1ebd11b406a2bf81e5b41e823ced0c05
This commit is contained in:
Pascal Hartig
2019-10-31 08:42:17 -07:00
committed by Facebook Github Bot
parent 96162f40cb
commit 3d31906b95
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.26.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.27.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.26.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.27.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.26.0'
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.27.0'
}
```