I am using Cloud Vision API in my application where I have the API key in my code and I got this warning in the Google Play Console : Your app contains exposed Google Cloud Platform (GCP) API keys
So I used Jerjou's answer ( https://github.com/GoogleCloudPlatform/cloud-vision/pull/104/commits/431093c61a817df6ca88f7e644bc6219cd7aff05 ) to restrict the API key to my application and after I updated the application the warning went away but today the error came back.Any solutions to make it go away would be appreciated.