Google Play Services - Where is SafeParcelable?

Viewed 4744

Which granular play-services contains the following class?

com.google.android.gms.common.internal.safeparcel.SafeParcelable

I've currently got the following dependencies, but I get an error where it can't find SafeParcelable.

  • play-services-base-8.4.0

  • play-services-location-8.4.0

  • play-services-maps-8.4.0

In case it matters, I'm using Buck for my Android project, and including these aars directly from my m2repository.

1 Answers
Related