Skip to content

Commit

Permalink
google-services.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukáš Kutner committed Nov 23, 2016
1 parent 2b29342 commit db622ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ machine:

dependencies:
pre:
- echo $GOOGLE_SERVICES | base64 --decode > ~/${$CIRCLE_PROJECT_REPONAME}/app/google-services.json
- echo $GOOGLE_SERVICES | base64 --decode > ~/$CIRCLE_PROJECT_REPONAME/app/google-services.json
- wget "https://services.gradle.org/distributions/gradle-2.14.1-bin.zip"; unzip gradle-2.14.1-bin.zip
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --no-ui --all --filter tools,platform-tools,android-25,extra-google-m2repository,extra-google-google_play_services,extra-android-support,extra-android-m2repository
- echo y | android update sdk --no-ui --all --filter build-tools-24.0.3
Expand Down

0 comments on commit db622ff

Please sign in to comment.