My application uses GCM since a very long time. Since the old API is deprecated, I am trying to upgrade it and use google-services-gcm.
I followed the suggested steps on the google website however, I got the following error:
Execution failed for task ':mylib:processReleaseGoogleServices'.
File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it.
I already have my app configured to use GCM but previously we didn't need such a file. Do I need to generate a new one for my app?