Error: 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 10.+.
i want ionic cordova plugin cordova-plugin-fcm-with-dependecy-updated for notification but build is crash after installed this plugin if i remove this plugin then my app is working
i try to use fcm plugin with android 8.0.0 with cordova-plugin-googleplus 7.0.0 and i try with android 7.4.1 and 6.4.0 with cordova-plugin-googleplus 5.2.1
try this!..
step 1
ionic cordova platform rm androidstep 2 go to
/plugins/cordova-plugin-fcm-with-dependecy-updated/src/android/FCMPlugin.gradlechange like this
step 3
ionic cordova platform add androidstep 4 Goto
/platforms/android/project.propertiesChange like the numbers into 11.4.2
demo project.properties file
step 5 ionic cordova build android