From a86de82747ba076524b7411cd40f31a714adb113 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:43:36 +0000 Subject: [PATCH] fix(deps): update flipper_version --- HelloWorld/android/gradle.properties | 2 +- template/template/android/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HelloWorld/android/gradle.properties b/HelloWorld/android/gradle.properties index 360e02c1..82a235dd 100644 --- a/HelloWorld/android/gradle.properties +++ b/HelloWorld/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.237.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using diff --git a/template/template/android/gradle.properties b/template/template/android/gradle.properties index 29f547ac..f344dbe1 100644 --- a/template/template/android/gradle.properties +++ b/template/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.237.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using