From 63720f9101b950c78c1446566d3892bcd0546d4b Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Tue, 14 Jul 2020 11:39:32 +0200 Subject: [PATCH] Improved install script --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 install.sh diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index 45dfc11..f70a6c2 --- a/install.sh +++ b/install.sh @@ -32,11 +32,12 @@ android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.33.1 +FLIPPER_VERSION=0.37.0 # This file is not included in git because it may contain secrets concerning the release key. # To get those secrets, please contact the author at vergnet@etud.insa-toulouse.fr " > gradle.properties echo -e "Done\n" +cd .. ./clear-node-cache.sh