Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
bumped zencashjs to 1.2.0, css-loader to 2.1.0 and added bitcore-mnem…
Browse files Browse the repository at this point in the history
…onic for 12 word bip39 seed generation
  • Loading branch information
zennermac committed Feb 15, 2019
1 parent 9cda145 commit 2b5535a
Show file tree
Hide file tree
Showing 7 changed files with 148,875 additions and 117,215 deletions.
10 changes: 5 additions & 5 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
<allow-navigation href="data:*" />
<access origin="*" />
<allow-intent href="*" />
<plugin name="cordova-plugin-qrscanner" spec="^2.6.0" />
<engine name="android" spec="^6.2.3" />
<plugin name="cordova-plugin-file" spec="^4.3.3" />
<plugin name="cordova-plugin-google-analytics" spec="^1.8.6">
<variable name="GMS_VERSION" value="11.0.1" />
</plugin>
<plugin name="cordova-plugin-qrscanner" spec="^2.6.0" />
<plugin name="cordova-plugin-http" spec="^1.2.0" />
<plugin name="cordova-clipboard" spec="^1.2.1" />
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
<plugin name="cordova-plugin-device" spec="^2.0.2" />
<plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-google-analytics" spec="^1.8.6">
<variable name="GMS_VERSION" value="11.0.1" />
</plugin>
<engine name="android" spec="^6.4.0" />
</widget>
Loading

0 comments on commit 2b5535a

Please sign in to comment.