From 15cecdd24b9ed8e1d74d38ca01d38c5245c8e017 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 01:16:18 +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..c88eee2a 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.247.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..c7f01f7d 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.247.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using