EAS cli permissions problem with Google play developer

After uploading my EAS build to google play developer there seems to be a problem with permissions

Similar to these issues: Remove the request for location permissions from your app

https://github.com/expo/expo/pull/10989

It says that including android.permission.ACCESS_COARSE_LOCATION etc which I am not. I also need to add additional information about why I need background location, which I am not doing in my app.

Do you have a bare or a managed project? If it’s bare, you should have an AndroidManifest.xml file, and you can check it for the ACCESS_COARSE_LOCATION permission. For both bare and managed- you can un-bundle the APK that is produced by EAS Build and check the final manifest for whatever permissions Google says you’re requesting