distriqt / ANE-GooglePlayServices

Shared library including the Google Play Services Client Library
https://airnativeextensions.com
18 stars 1 forks source link

Just a question: should we update Services ANE every time they are updated? #33

Open GeneralVimes opened 2 months ago

GeneralVimes commented 2 months ago

Hi! Looks like only the issues are designed to be posted here, I just have a question. I'm using Services ANEs when I add other functionality, like analytics or ads. Should I update the services ANEs now, when they are updated? Or should I update them only when the ANEs from https://github.com/distriqt/ANE-Firebase get updated?

Thank you for the great work you are doing for the AIR developers community!

marchbold commented 2 months ago

Generally we recommend ensuring you are using the latest extensions, however with the dependencies normally there is only a need to update these when we update one of the main extensions.

This latest update is actually in preparation for an update to the game services extension and so if you are using that extension you should update these then.

Using apm should automatically do this for you ;)

GeneralVimes commented 2 months ago

Cool! Thank you!