From 30d2b1deb13542c45b5cfcb392670c523a2bb919 Mon Sep 17 00:00:00 2001 From: Chris Bobbe Date: Wed, 26 Aug 2020 14:56:01 -0700 Subject: [PATCH] flipper (android): Prepare to enable Flipper (5/5). Part of the RN v0.61 -> v0.62 changes to the template app [1], corresponding to facebook/react-native@e8a368c9a. [1] https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.62.2 --- android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index 06a2e7b32d1..1bbc8cc20f2 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -25,4 +25,4 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.30.2 +FLIPPER_VERSION=0.33.1