Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
#28 Plugin renaming my app
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Apr 23, 2016
1 parent 57babcc commit 1778bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.phonegap.plugins.barcodescanner"
version="2.1.1">
version="2.1.2">

<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>
Expand Down Expand Up @@ -103,6 +103,6 @@
</config-file>

<framework src="src/android/barcodescanner.gradle" custom="true" type="gradleReference"/>
<resource-file src="src/android/barcodescanner-release-2.0.0.aar" target="libs/barcodescanner.aar" />
<resource-file src="src/android/barcodescanner-release-2.0.1.aar" target="libs/barcodescanner.aar" />
</platform>
</plugin>
Binary file removed src/android/barcodescanner-release-2.0.0.aar
Binary file not shown.

0 comments on commit 1778bee

Please sign in to comment.