From 0a6e0f6f7857e66a75a03eaf13ad9a76b99c2dc9 Mon Sep 17 00:00:00 2001 From: Graham Smith Date: Thu, 30 Jul 2020 13:23:23 +0100 Subject: [PATCH] [CHORE] Update Flipper to 0.51.0 (#2356) * Only run Flipper in debug via MainApplication is debug * ReactNativeFlipper package rename + gradle bump * Update Flipper to latest 0.51 for Android Co-authored-by: Diego Mello --- android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index 6a47b0e2..26d0e837 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -27,7 +27,7 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.37.0 +FLIPPER_VERSION=0.51.0 # App properties VERSIONCODE=999999999