diff --git a/package.json b/package.json index ec6d286..07a6845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-abi-filter", - "version": "1.2.1", + "version": "1.2.2", "description": "Specify supported platform ABIs for your android build", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/scripts/apply.js b/scripts/apply.js index 9a58aa1..6010aaf 100644 --- a/scripts/apply.js +++ b/scripts/apply.js @@ -7,7 +7,6 @@ module.exports = context => { if (!context.opts.cordova.platforms.includes('android')) { return } - debugger; const { ConfigParser } = context.requireCordovaModule('cordova-common'); const utils = context.requireCordovaModule("cordova-lib/src/cordova/util");