gonzaloaune / GCMPushPlugin

Push notifications for Cordova (GCM & Native support)
MIT License
37 stars 20 forks source link

Build breaks with this issue #19

Open srameshr opened 8 years ago

srameshr commented 8 years ago
Found com.google.android.gms:play-services-location:+, but version 8.3.0 is needed for the google-services plugin.
Found com.google.android.gms:play-services-location:+, but version 8.3.0 is needed for the google-services plugin.
Found com.google.android.gms:play-services-location:+, but version 8.3.0 is needed for the google-services plugin.
Found com.google.android.gms:play-services-location:+, but version 8.3.0 is needed for the google-services plugin.
Found com.google.android.gms:play-services-location:+, but version 8.3.0 is needed for the google-services plugin.
:processDebugGoogleServices FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':processDebugGoogleServices'.
> 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 8.3.0.

Tried updating play repo and play services from sdk manager and fiddling with build.gradle. Seems like it is not working.

harshmittal29 commented 8 years ago

+1 . Found com.google.android.gms:play-services-appinvite:8.4.0, but version 8.3.0 is needed for the google-services plugin. How to solve this?

srameshr commented 8 years ago

@harshmittal29 Support for this plugin is really bad. In the end I removed this plugin and installed Push Plugin. The support is great. The plugin author is like answering 24 * 7. It just works. If you are using it with angular just let me know. I have abstracted it into a service. It is just straight forward code.

fabricekabongo commented 8 years ago

@srameshr why not create a github repo for your service?