ionic-team / ionic-native-google-maps

Google maps plugin for Ionic Native
Other
221 stars 125 forks source link

Different version of play services #271

Closed piernik closed 4 years ago

piernik commented 4 years ago

In Ionic project I have two plugins: Yours which is dependent on PLAY_SERVICES_VERSION@15.0.1 and cordova-plugin-admobpro (or cordova-plugin-admobplus) which is dependent on PLAY_SERVICES_VERSION@16.0.0. When I add both plugins it doesn't compile. I suppose due to play service.

Can I use Your plugin with 16.0.0 ? If yes, how to change it? Have to delete plugin and install once more?

wf9a5m75 commented 4 years ago

https://github.com/mapsplugin/cordova-plugin-googlemaps/blob/master/README.md#install-optional-variables

battika commented 4 years ago

Yes, you need to reinstall the plugin with the variable mentioned in the link above

piernik commented 4 years ago

It worked - thanks