From 0ace5d38693c9491e3d9b7efa75d2b54b7e2cb42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 23:28:44 +0000 Subject: [PATCH] fix(deps): update flipper_version --- example/base/android/gradle.properties | 2 +- test-ci/android/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/base/android/gradle.properties b/example/base/android/gradle.properties index fa4feae5f..7d618110b 100644 --- a/example/base/android/gradle.properties +++ b/example/base/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.261.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using diff --git a/test-ci/android/gradle.properties b/test-ci/android/gradle.properties index a3b2fa124..3973411c6 100644 --- a/test-ci/android/gradle.properties +++ b/test-ci/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.182.0 +FLIPPER_VERSION=0.261.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using