Publishing problem because of location

probably you used another component or extension and removed it, but the permissions somehow have not been removed?

android.permission.ACCESS_COARSE_LOCATION
android.permission.REQUEST_INSTALL_PACKAGES

sorry, I'm out of further ideas...

as workaround you might want to remove these 2 extensions from the manifest, recompile and sign it
the necessary steps are mentioned here

Taifun