From 4847a9f4f26f63de4ea0d0f85ac375a99831504d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:03:41 +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..3eb3cdab 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.227.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..ccbb059a 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.227.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using