From f3edb3a961bcd1508d3ed02b945ae86a8c32e326 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 19:00:11 +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..79769dc3 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.245.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..451dfbd5 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.245.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using