This commit is contained in:
Erik C. Thauvin 2019-09-28 09:20:49 -07:00
parent b3de1e0a10
commit 174c3659ad

View file

@ -9,7 +9,7 @@ defaults_gradle: &defaults_gradle
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
keys: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run: - run:
name: Setup Google Services name: Setup Google Services
command: echo $GOOGLE_SERVICES | base64 -di > app/google-services.json command: echo $GOOGLE_SERVICES | base64 -di > app/google-services.json