Adding flavor-specific tasks to Gradle
Suppose you have a multi-flavored project. Each flavor is a separate app, so you have to use separate google-services.json file for each flavor.
The problem is that google-services.json file must be placed in the app/ directory (update…