Merge pull request #3948 from halseth/falafel-0.7

mobile: bump falafel dep to 0.7
This commit is contained in:
Olaoluwa Osuntokun 2020-01-21 13:33:02 -08:00 committed by GitHub
commit a2977c4438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
mkdir -p build
# Check falafel version.
falafelVersion="0.6"
falafelVersion="0.7"
falafel=$(which falafel)
if [ $falafel ]
then