Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

> Could not resolve all dependencies for configuration ':_debugCompile'. > Could not find any version that matches com.google.android.gms:play-service s-gcm:7.5.+. Versions that do not match: #31

Open
naqvisyed opened this issue Sep 22, 2016 · 1 comment

Comments

@naqvisyed
Copy link

No description provided.

@vnzlogin
Copy link

vnzlogin commented Mar 9, 2017

Edit config file: platforms/android/cordova-plugin-gcmpushplugin/appointment-build-extras.gradle
Replace by below lines:

apply plugin: 'com.google.gms.google-services'

buildscript {
    repositories {
        jcenter()
    }

    dependencies {
        classpath 'com.google.gms:google-services:3.0.0'
    }
}

dependencies {
    compile "com.google.android.gms:play-services-gcm:9.0.0"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants