Skip to content

Commit

Permalink
fix not found aar
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki committed Nov 22, 2020
1 parent 64d88c5 commit 0e4c9ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<name>BarcodeScanner</name>
<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>
<license>MIT</license>
Expand Down Expand Up @@ -48,7 +48,7 @@
</config-file>
<framework src="src/android/barcodescanner.gradle" custom="true" type="gradleReference"/>
<framework src="androidx.legacy:legacy-support-v4:$ANDROIDX_LEGACY_SUPPORT_V4_VERSION"/>
<lib-file src="src/android/barcodescanner-release-2.1.6.aar"/>
<lib-file src="src/android/barcodescanner-release-2.1.7.aar"/>
<preference name="ANDROIDX_LEGACY_SUPPORT_V4_VERSION" default="1.0.0"/>
</platform>
<platform name="windows">
Expand Down

0 comments on commit 0e4c9ed

Please sign in to comment.