Skip to content

Commit

Permalink
Fix barcodescanner-release-2.1.0.aar reference in config.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bektchiev committed Dec 8, 2016
1 parent b85a494 commit b0d3e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<uses-feature android:name="android.hardware.camera" android:required="true"/>
</config-file>
<framework src="src/android/barcodescanner.gradle" custom="true" type="gradleReference"/>
<resource-file src="src/android/barcodescanner-release-2.0.1.aar" target="libs/barcodescanner.aar"/>
<resource-file src="src/android/barcodescanner-release-2.1.0.aar" target="libs/barcodescanner.aar"/>
<dependency id="cordova-plugin-compat" version="^1.0.0"/>
</platform>
<platform name="windows">
Expand Down

0 comments on commit b0d3e77

Please sign in to comment.