From 4f47360446d43c25f731cdb6225cfab250351347 Mon Sep 17 00:00:00 2001 From: Paul Stresow Date: Wed, 15 May 2019 09:54:51 +0200 Subject: [PATCH] chaged hook from after_plugin_add to after_plugin_install --- package.json | 2 +- plugin.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c1550b1..6780da5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-abi-filter", - "version": "1.0.2", + "version": "1.0.3", "description": "Specify supported platform ABIs for your android build", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/plugin.xml b/plugin.xml index 706f323..8b8059f 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + cordova-plugin-abi-filter Filter desired platform ABIs from your project build. Apache 2.0 License @@ -14,7 +14,7 @@ - +