From b20c04648b4cfcd1170e098c257e535cd6762f72 Mon Sep 17 00:00:00 2001 From: Eddy Verbruggen Date: Mon, 9 May 2016 15:16:25 +0200 Subject: [PATCH] Added a note about PGB --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 96c4851a..e82a1ed4 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ Note: Windows 10 applications can not be build for `AnyCPU` architecture, which cordova run windows -- --archs=x86 ``` +### PhoneGap Build +If you're using [PhoneGap Build](https://build.phonegap.com/) please make sure you specify `gradle` as your Android build tool in `config.xml`: ``. + ## Using the plugin ## The plugin creates the object `cordova/plugin/BarcodeScanner` with the method `scan(success, fail)`.