From 8fae37eaeab0c75c0be2885ce9198131e4d74c92 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Tue, 21 Feb 2023 00:30:16 -0800 Subject: [PATCH] Flipper to 0.182.0 (#36221) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/36221 As the title says. allow-large-files Changelog: [Android] [Changed] - Flipper to 0.182.0 Reviewed By: lblasa Differential Revision: D43444516 fbshipit-source-id: 33c2cd4bdf98dc3f7037774003bfdfde2123d8cd --- packages/rn-tester/android/app/gradle.properties | 2 +- template/android/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/rn-tester/android/app/gradle.properties b/packages/rn-tester/android/app/gradle.properties index 89a9accfeb72a3..838ca18c4c1caa 100644 --- a/packages/rn-tester/android/app/gradle.properties +++ b/packages/rn-tester/android/app/gradle.properties @@ -10,7 +10,7 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.174.0 +FLIPPER_VERSION=0.182.0 # RN-Tester is building with NewArch always enabled newArchEnabled=true diff --git a/template/android/gradle.properties b/template/android/gradle.properties index b56dd868f96e8f..a3b2fa12490544 100644 --- a/template/android/gradle.properties +++ b/template/android/gradle.properties @@ -25,7 +25,7 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.174.0 +FLIPPER_VERSION=0.182.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using