Open naqvisyed opened 8 years ago
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"
}