GCMPushPlugin
GCMPushPlugin copied to clipboard
Build breaks with this issue
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.
+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?
@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.
@srameshr why not create a github repo for your service?