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

Loading…
Cancel
Save