Getting error when uploading build in google play store console. The error is following.
Leaked GCP API Keys Your app contains exposed Google Cloud Platform (GCP) API keys.
The culprit code is following.
Places.initialize(getApplicationContext(), BuildConfig.GOOGLE_API_KEY);
According to the documentation i am reading key from BuildConfig and also restrict the key. But still the same issue. how can i fix this issue..