diff --git a/package.json b/package.json index ee1b4550..e5d65f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phonegap-plugin-barcodescanner", - "version": "7.1.2", + "version": "8.0.0", "description": "You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.", "cordova": { "id": "phonegap-plugin-barcodescanner", @@ -26,12 +26,19 @@ ], "engines": { "cordovaDependencies": { + "<7.0.0": { + "cordova-android": "<6.3.0" + }, "7.0.0": { "cordova-android": ">=6.3.0" }, "7.1.0": { "cordova-android": ">=6.3.0", "cordova": ">=7.1.0" + }, + "8.0.0": { + "cordova-android": ">=6.3.0", + "cordova": ">=7.1.0" } } }, diff --git a/plugin.xml b/plugin.xml index f9306342..71c1de88 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + BarcodeScanner You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application. MIT