Flipper Release: v0.82.1

Summary: Releasing version 0.82.1

Reviewed By: passy

Differential Revision: D27360493

fbshipit-source-id: 683605461956d39fdc20560d3a045fd42325e5fb
This commit is contained in:
generatedunixname89002005306973
2021-03-26 07:15:23 -07:00
committed by Facebook GitHub Bot
parent 276aa682e3
commit 979c49b18d
13 changed files with 15 additions and 15 deletions

View File

@@ -32,12 +32,12 @@ By default React Native might ship with an outdated Flipper SDK. To make sure yo
Android:
1. Bump the `FLIPPER_VERSION` variable in `android/gradle.properties`, for example: `FLIPPER_VERSION=0.82.0`.
1. Bump the `FLIPPER_VERSION` variable in `android/gradle.properties`, for example: `FLIPPER_VERSION=0.82.1`.
2. Run `./gradlew clean` in the `android` directory.
iOS:
1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.82.0' })`.
1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.82.1' })`.
2. Run `pod install` in the `ios` directory.
## Manual Setup