Skip to content

Commit

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

0 comments on commit e38c2d4

Please sign in to comment.