Android specific configuration
- In your root-level (project-level) gradle file (
project_name/build.gradle
), add the Google services plugin as a dependency:
project_name/build.gradle
- In your module (app-level) gradle file (usually
project_name/app_name/build.gradle
), add the Google services plugin:
project_name/app_name/build.gradle
OR
project_name/app_name/build.gradle