Flipper Release: v0.153.0

Summary: Releasing version 0.153.0

Reviewed By: cekkaewnumchai

Differential Revision: D37643063

fbshipit-source-id: df67aee39ca41887e4c8358a618b4c37338c501b
This commit is contained in:
Flipper Bot
2022-07-06 04:06:55 -07:00
committed by Facebook GitHub Bot
parent 013e964287
commit 6b4c1db5fa
11 changed files with 21 additions and 14 deletions

View File

@@ -32,18 +32,18 @@ By default, React Native might ship with an outdated Flipper SDK. To make sure y
Android:
1. Bump the `FLIPPER_VERSION` variable in `android/gradle.properties`, for example: `FLIPPER_VERSION=0.152.0`.
1. Bump the `FLIPPER_VERSION` variable in `android/gradle.properties`, for example: `FLIPPER_VERSION=0.153.0`.
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.152.0' })`.
1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.153.0' })`.
2. Run `pod install --repo-update` in the `ios` directory.
* Android
1. Bump the `FLIPPER_VERSION` variable in `android/gradle.properties`, for example: `FLIPPER_VERSION=0.152.0`.
1. Bump the `FLIPPER_VERSION` variable in `android/gradle.properties`, for example: `FLIPPER_VERSION=0.153.0`.
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.152.0' })`.
1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.153.0' })`.
2. Run `pod install --repo-update` in the `ios` directory.
## Manual Setup