dpa99c / cordova-plugin-request-location-accuracy

Cordova/Phonegap plugin for Android and iOS to request enabling/changing of Location Services by triggering a native dialog
96 stars 62 forks source link

Conflict with google-service plugin version #48

Closed devsienko closed 6 years ago

devsienko commented 6 years ago

Hi,

the plugin not follow of recomendation from here https://blog.phonegap.com/the-play-services-problem-with-cordova-applications-489c9aeb2e89 and it causes problems like this:

Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 11.6.2.

Thank you

dpa99c commented 6 years ago

Enabling configuration of the version of Play Services specified by this plugin via a plugin variable is unnecessary since there's already a mechanism to override the version specified by this (or any other) plugin using cordova-android-play-services-gradle-release.

This means each plugin does not need to provide its own variable and the user does not to maintain the versions separately.