Browse Source

Improved install script

Arnaud Vergnet 3 years ago
parent
commit
63720f9101
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      install.sh

+ 2
- 1
install.sh View File

@@ -32,11 +32,12 @@ android.useAndroidX=true
32 32
 # Automatically convert third-party libraries to use AndroidX
33 33
 android.enableJetifier=true
34 34
 # Version of flipper SDK to use with React Native
35
-FLIPPER_VERSION=0.33.1
35
+FLIPPER_VERSION=0.37.0
36 36
 # This file is not included in git because it may contain secrets concerning the release key.
37 37
 # To get those secrets, please contact the author at vergnet@etud.insa-toulouse.fr
38 38
 " > gradle.properties
39 39
 echo -e "Done\n"
40 40
 
41
+cd ..
41 42
 ./clear-node-cache.sh
42 43
 

Loading…
Cancel
Save