From 33b0610dae5022be08b86f17c6a40f73192395ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 01:51:59 +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..3c3ff0622 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.242.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..71edf331e 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.242.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using