From 0e4c9edc2c8e5ac2937049df7fde82fd5a0db256 Mon Sep 17 00:00:00 2001 From: okhiroyuki Date: Sun, 22 Nov 2020 20:25:05 +0900 Subject: [PATCH] fix not found aar --- package.json | 2 +- plugin.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f5103841..7b6b87b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@red-mobile/cordova-plugin-barcodescanner", - "version": "9.0.5", + "version": "9.0.6", "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": "cordova-plugin-barcodescanner", diff --git a/plugin.xml b/plugin.xml index 508100ae..4dbd5ba1 100644 --- a/plugin.xml +++ b/plugin.xml @@ -4,7 +4,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="cordova-plugin-barcodescanner" - version="9.0.5"> + version="9.0.6"> 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 @@ -48,7 +48,7 @@ - +