Fix.
This commit is contained in:
parent
b3de1e0a10
commit
174c3659ad
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ defaults_gradle: &defaults_gradle
|
|||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
keys: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
|
||||
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
|
||||
- run:
|
||||
name: Setup Google Services
|
||||
command: echo $GOOGLE_SERVICES | base64 -di > app/google-services.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue