Skip to content

Conversation

@sregg
Copy link
Contributor

@sregg sregg commented Dec 10, 2019

The build was failing because there's no Google Services json file in the project.
Commenting out Fabric and Google Services in build.gradle worked.

- Place your API key and client ID into `app/src/main/res/secrets.xml`.
- Comment out these 2 lines in `app/build.gradle` (don't commit these changes):
- `apply plugin: 'io.fabric'`
- `apply plugin: 'com.google.gms.google-services'`
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, we can conditionally apply these plugins if the file is present, that might be friendlier

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That'd be better indeed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants