Skip to content

Commit

Permalink
Updated QR scanner and reader plugin config to use new fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendoncoin committed Mar 11, 2019
1 parent bc4c07d commit e6a9a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-template/config-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
<plugin name="cordova-plugin-whitelist" spec="~1.3.0" />
<plugin name="cordova-plugin-ionic-webview" spec="~3.0.0" />
<plugin name="cordova-plugin-qrscanner" spec="~2.5.0" />
<plugin name="cordova-plugin-qrscanner-no-android" spec="https://github.com/Bitcoin-com/cordova-plugin-qrscanner-no-android.git" />
<plugin name="cordova-plugin-camera-preview" spec="~0.10.0" />
<plugin name="cordova-plugin-customurlscheme" spec="https://github.com/cmgustavo/Custom-URL-scheme.git">
<variable name="URL_SCHEME" value="bitcoin" />
Expand All @@ -79,7 +79,7 @@
<variable name="KEEP_AVAUDIOSESSION_ALWAYS_ACTIVE" value="NO" />
</plugin>
<plugin name="cordova-plugin-geolocation" spec="~4.0.1" />
<plugin name="cordova-plugin-qrreader" spec="https://github.com/Bitcoin-com/cordova-plugin-qrreader.git"/>
<plugin name="cordova-plugin-qrreader" spec="https://github.com/Bitcoin-com/cordova-plugin-qrreader.git#task/852"/>
<!-- Supported Platforms -->
<engine name="ios" spec="~4.5.3" />
<engine name="android" spec="~6.4.0" />
Expand Down

0 comments on commit e6a9a72

Please sign in to comment.