[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 <diegolmello@gmail.com>
This commit is contained in:
parent
72f7471560
commit
0a6e0f6f78
|
@ -27,7 +27,7 @@ android.useAndroidX=true
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
|
|
||||||
# Version of flipper SDK to use with React Native
|
# Version of flipper SDK to use with React Native
|
||||||
FLIPPER_VERSION=0.37.0
|
FLIPPER_VERSION=0.51.0
|
||||||
|
|
||||||
# App properties
|
# App properties
|
||||||
VERSIONCODE=999999999
|
VERSIONCODE=999999999
|
||||||
|
|
Loading…
Reference in New Issue