From 75ee1aef0ae82be4f4195f9d89c04a24113c9a57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:03:17 +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..7ee5b38f1 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.270.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..c402fd4fd 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.270.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using