Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
more circle tweaks based on tobrun review
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith committed Jul 9, 2019
1 parent 6e313e0 commit 231b55d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- run:
name: Add preferences to gradle.properties file
command: |
rm -fr gradle.properties
echo "android.useAndroidX=true" >> gradle.properties
echo "android.enableJetifier=true" >> gradle.properties
echo "org.gradle.jvmargs=-Xmx4608M" >> gradle.properties
Expand All @@ -51,7 +50,9 @@ jobs:
name: Create google-services.json file
shell: /bin/bash -euo pipefail
command: |
echo "${GOOGLE_SERVICES_JSON_RELEASE}" > MapboxAndroidDemo/google-services.json
if [ -n "${GOOGLE_SERVICES_JSON_RELEASE}" ]; then
echo "${GOOGLE_SERVICES_JSON_RELEASE}" > MapboxAndroidDemo/google-services.json
fi
- run:
name: Add preferences to fabric.properties file
command: |
Expand Down

0 comments on commit 231b55d

Please sign in to comment.