poiuytrez
poiuytrez

Reputation: 22546

Should I always use the last version of Google Play Services?

I am updating an Android app which uses Google Play Services. Should I keep this library always up to date or should I always use the lowest version as possible?

Upvotes: 2

Views: 115

Answers (1)

Tim
Tim

Reputation: 43364

That really depends on what your app does and what functionality it needs that Google Play Services offers.

Straight from the docs:

If you want to access added features or products, you can upgrade to a new version of the client library as they are released. However, upgrading is not necessary if you don't care about new features or bug fixes. We anticipate more Google services to be continuously added, so be on the lookout for these updates.

Emphasis mine.

There is no general rule that says "always update it asap" or something, it is very situation specific.

Upvotes: 3

Related Questions