From ef8941eb2979edc54856f7640216604ab1c130c9 Mon Sep 17 00:00:00 2001 From: Paul Stresow Date: Wed, 14 Nov 2018 14:16:03 +0100 Subject: [PATCH] updated readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a20423..d332df1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # About -This plugin adds a gradle file to your android project. Depending on your configuration it causes your build to have only your specified ABI libraries. +This plugin adds a gradle file to your cordova android project. Depending on your configuration it causes your build to have only your specified ABI libraries. ## Install @@ -11,12 +11,13 @@ cordova plugin add cordova-plugin-abi-filter # --variable ABI_FILTER=""armeabi- or ````bash -cordova plugin add https://github.com/Ponsen/cordova-plugin-abi-filter.git +cordova plugin add https://github.com/Ponsen/cordova-plugin-abi-filter.git # --variable ABI_FILTER=""armeabi-v7a","armeabi-v8a","x86","x86_64"" ```` ## Configuration + ## Notes "Mips"/"armeabi" support was removed in NDK r17. \ No newline at end of file