From 473cc25b7f51d0809284303afa766fa079e765af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:25:34 +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..8c9c4f09a 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.267.1 # 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..2078399a5 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.267.1 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using