I am currently working on a android project and I use github action to test the project.
But whenever it build it ends up with an error for not finding the google-services.json
file.
The error generated is as follows
File google-services.json is missing. The Google Services Plugin cannot function without it.
Now, I don’t want to commit or upload the google-services.json
file on the github.
So, Is there any other way to solve this?