Skip to content

Commit

Permalink
feat(android): complete initial android release
Browse files Browse the repository at this point in the history
  • Loading branch information
willhay committed Aug 5, 2016
1 parent fbcd2f2 commit 4afa02e
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 103 deletions.
5 changes: 0 additions & 5 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
<uses-permission android:name="android.permission.CAMERA" android:required="false" />
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.camera.front" android:required="false" />
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version"/>
<meta-data
android:name="com.google.android.gms.vision.DEPENDENCIES"
android:value="barcode" />
</config-file>
<source-file src="src/android/QRScanner.java" target-dir="src/com/bitpay/cordova/qrscanner"/>
<dependency id="cordova-plugin-compat" version="^1.0.0" />
Expand Down
Loading

0 comments on commit 4afa02e

Please sign in to comment.