@selligent-marketing-cloud/selligent-cordova
Version:
Cordova bridge for Selligent SDK
13 lines (11 loc) • 604 B
JavaScript
///usr/bin/env node
console.log('************** Attention ***************');
console.log('* If you used this plugin on the Android platform it is best to do a bit of clean-up in the root build.gradle under /platform/android:');
console.log("buildscript {");
console.log(" dependencies {");
console.log(" classpath 'com.google.gms:google-services:x.y.z' // <-- remove this line");
console.log(" }");
console.log("}");
console.log('****************************************');
console.log('* Selligent Cordova plugin uninstalled *');
console.log('****************************************');