Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Include secret.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Dec 4, 2016
1 parent efbedd6 commit 672efe9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ fi

echo "Building ${SAMPLE}"

# Copy mock secret.gradle file if necessary
if [ ! -f secret.gradle ]; then
echo "Secret.gradle not found. Using sample"
cp secret.gradle.sample secret.gradle
fi

# Copy mock google-services file if necessary
if [ ! -f ./mobile/src/free/google-services.json ]; then
echo "Using mock google-services.json for free"
Expand Down

0 comments on commit 672efe9

Please sign in to comment.