diff --git a/example/base/android/gradle.properties b/example/base/android/gradle.properties index fa4feae5f..4249fdd9b 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.233.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..fc3c444fd 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.233.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using