UNPKG

@moxtradeveloper/cordova-plugin-moxo

Version:

Plugin for adding Moxtra services to Cordova/PhoneGap Apps.

12 lines (9 loc) 340 B
var helper = require('./helper'); module.exports = function(context) { // Modify the Gradle build file to add a task that will upload the debug symbols // at build time. //helper.restoreRootBuildGradle(); helper.modifyCordovaActivity(); helper.modifyCordovaBuildGradle(); helper.modifyCordovaAndroidManifest(); };