How can I change/add google-services.json search location

Viewed 516

Now Google Services Plugins trying to find it in two dirs:

* What went wrong:
Execution failed for task ':krq-player-android:processDebugGoogleServices'.
> File google-services.json is missing. The Google Services Plugin cannot function without it. 
   Searched Location: 
  C:\Users\Alexandr\Projects\krq\krq-player-android\src\debug\google-services.json
  C:\Users\Alexandr\Projects\krq\krq-player-android\google-services.json

How can I add one more during the build time?

1 Answers
Related