Skip to content

Commit

Permalink
fix(android): Remove cordova-plugin-compat android dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vially committed Jan 9, 2018
1 parent 0cb180e commit 85e2396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<uses-feature android:name="android.hardware.camera.front" android:required="false" />
</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" />
<framework src="src/android/qrscanner.gradle" custom="true" type="gradleReference"/>
</platform>

Expand Down

0 comments on commit 85e2396

Please sign in to comment.