Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Commit 0e4c9ed

Browse files
committed
fix not found aar
1 parent 64d88c5 commit 0e4c9ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-mobile/cordova-plugin-barcodescanner",
3-
"version": "9.0.5",
3+
"version": "9.0.6",
44
"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.",
55
"cordova": {
66
"id": "cordova-plugin-barcodescanner",

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
xmlns:rim="http://www.blackberry.com/ns/widgets"
66
id="cordova-plugin-barcodescanner"
7-
version="9.0.5">
7+
version="9.0.6">
88
<name>BarcodeScanner</name>
99
<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.</description>
1010
<license>MIT</license>
@@ -48,7 +48,7 @@
4848
</config-file>
4949
<framework src="src/android/barcodescanner.gradle" custom="true" type="gradleReference"/>
5050
<framework src="androidx.legacy:legacy-support-v4:$ANDROIDX_LEGACY_SUPPORT_V4_VERSION"/>
51-
<lib-file src="src/android/barcodescanner-release-2.1.6.aar"/>
51+
<lib-file src="src/android/barcodescanner-release-2.1.7.aar"/>
5252
<preference name="ANDROIDX_LEGACY_SUPPORT_V4_VERSION" default="1.0.0"/>
5353
</platform>
5454
<platform name="windows">

0 commit comments

Comments
 (0)