I just changed my Android project - which uses push notifications - to the latest gcm service (9.0.2) in my gradle settings and got the message to download the play-services-measurement to the same version.
Now I'm asking myself why this is necessary. I explicitly don't want any app measurements in my app nor do I want Google to do any on my behalf. I also don't have this in my dependencies so it surely comes from gcm.
Is this unavoidable? Does the com.google.android.gms:play-services-gcm always require these measurements? After all, I only want "notifications". Thanks for any clarification.