Skip to content

Commit

Permalink
test: update testapp cordova-android to 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Feb 13, 2019
1 parent a91ff10 commit 9850627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testapp/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<engine name="android" spec="^6.3.0" />
<engine name="android" spec="^6.4.0" />
<engine name="ios" spec="^4.5.4" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="nodejs-mobile-cordova" spec="temp-module-copy/" />
Expand Down
2 changes: 1 addition & 1 deletion testapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"copy-module": "node copy-module-from-parent.js"
},
"dependencies": {
"cordova-android": "^6.3.0",
"cordova-android": "^6.4.0",
"cordova-ios": "^4.5.4",
"cordova-plugin-whitelist": "^1.3.3",
"recursive-copy": "^2.0.9"
Expand Down

0 comments on commit 9850627

Please sign in to comment.