From 64110c4d846b09e3fb5e211ef82ab92e6371c597 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Wed, 23 Nov 2022 10:38:15 -0800 Subject: [PATCH] Bump Flipper to 0.174.0 Summary: As Flipper version is a bit old, let's bump it to the latest stable: 0.174.0. This is a follow-up from D33583090 (https://github.com/facebook/react-native/commit/50057158ca32842d70160541e3cb5d4bd512f8f5). At the time, it wasn't possible to update to the latest stable Flipper as crashes were observed due to NDK mismatch. Changelog: [Android] [Changed] - Bump Flipper to 0.174.0 Differential Revision: D41492705 fbshipit-source-id: 05b14cd8f87bac4d51a72afdeffc33cda5b8c1dc --- 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 18b9871789b1b0..89a9accfeb72a3 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.125.0 +FLIPPER_VERSION=0.174.0 # RN-Tester is building with NewArch always enabled newArchEnabled=true diff --git a/template/android/gradle.properties b/template/android/gradle.properties index e4af465e8a1857..b56dd868f96e8f 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.125.0 +FLIPPER_VERSION=0.174.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using