Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need Google Play Services Changelog / Release notes

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.

like image 969
Vipul Avatar asked Jan 13 '14 06:01

Vipul


People also ask

What is release notes in Play Store?

What should my release notes/ version description contain? According to Google, your release notes should cover the following: Let your users know about recent updates you've made in this release of your app. Your “What's new” description shouldn't be used for promotional purposes or to solicit actions from your users.

What are basement play services?

The library play-services-basement is a dependency of play-services-base . It was introduced in Google Play Service version 8.1. 0 to help to reduce the size of some other libraries like play-services-ads and play-services-analytics .


2 Answers

There you go,

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

It helped me a lot.

like image 78
Farhan Avatar answered Oct 05 '22 19:10

Farhan


Here is Google's blog post explaining the changes in Google Play Services 4.1 (aka Rev. 14), released in early January 2014:

http://android-developers.blogspot.com/2014/01/google-play-services-41.html

like image 31
mike47 Avatar answered Oct 05 '22 18:10

mike47