diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-08 11:45:39 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-08 11:45:39 -0400 |
| commit | 8115a9c72aee400fa6e2676ba0fad999bd1eff16 (patch) | |
| tree | 27736505047b2cb262515f61b52c46ca2d58c56b | |
| parent | 5dcfe74a29931de324b12191eb01aacb661961b4 (diff) | |
upgrade android
| -rw-r--r-- | config.xml | 2 | ||||
| -rw-r--r-- | package.json | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -147,5 +147,5 @@ <plugin name="cordova.plugins.diagnostic" spec="^3.7.1" /> <plugin name="cordova-plugin-certificates" spec="https://github.com/hypery2k/cordova-certificate-plugin.git" /> <engine name="ios" spec="^4.5.4" /> - <engine name="android" spec="^6.3.0" /> + <engine name="android" spec="^7.1.0" /> </widget> diff --git a/package.json b/package.json index 9b5998de..d1b55745 100644 --- a/package.json +++ b/package.json @@ -53,10 +53,10 @@ } }, "dependencies": { + "cordova-android": "^7.1.0", + "cordova-ios": "^4.5.4", "com.telerik.plugins.nativepagetransitions": "^0.6.5", - "cordova-android": "^6.3.0", "cordova-custom-config": "~4.0.2", - "cordova-ios": "^4.5.4", "cordova-library-helper": "https://github.com/FlyingDonkeyDev/cordova-library-helper.git", "cordova-plugin-add-swift-support": "^1.7.2", "cordova-plugin-android-fingerprint-auth": "^1.4.0", |
