Need Google Play Services Changelog / Release notes

android, google-play-services

Solution

There you go,

GOOGLE PLAY SERVICES RELEASE NOTES: https://developers.google.com/android/guides/releases

It helped me a lot.

Problem

I am trying to find change-logs for `Google Play Services` for Android.When I am trying to use latest `Google Play Service SDK` with my Library project My app crashes since It was complied with earlier version of Google Play Service SDK.New SDK doesn't contains certain methods which were available in previous versions. I would really appreciate If somebody can point me out to Google Play services changelog. Thanks.

Original source