Flipper Release: v0.145.0

Summary: Releasing version 0.145.0

Reviewed By: cekkaewnumchai

Differential Revision: D36168545

fbshipit-source-id: 4cb68eb9c8c80a0018c2a617ce0704fd18ff0b47
This commit is contained in:
Flipper Bot
2022-05-06 05:14:39 -07:00
committed by Facebook GitHub Bot
parent d05d3f9336
commit 4b07c0f9d9
11 changed files with 17 additions and 12 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.144.0`.
1. Bump the `FLIPPER_VERSION` variable in `android/gradle.properties`, for example: `FLIPPER_VERSION=0.145.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.144.0' })`.
1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.145.0' })`.
2. Run `pod install --repo-update` in the `ios` directory.
## Manual Setup