mirror of
https://github.com/wahyd4/BarcodeScanner.git
synced 2026-08-09 13:05:55 +10:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24acf29896 |
+2
-2
@@ -1,14 +1,14 @@
|
||||
<?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="1.0.0">
|
||||
version="1.0.1">
|
||||
|
||||
<name>BarcodeScanner</name>
|
||||
<description>Scans Barcodes.</description>
|
||||
<license>MIT</license>
|
||||
|
||||
<engines>
|
||||
<engine name="cordova" version=">=2.9.0" />
|
||||
<engine name="cordova" version=">=3.0.0" />
|
||||
</engines>
|
||||
|
||||
<js-module src="www/barcodescanner.js" name="BarcodeScanner">
|
||||
|
||||
Reference in New Issue
Block a user