summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-06-08 11:45:39 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-06-08 11:45:39 -0400
commit8115a9c72aee400fa6e2676ba0fad999bd1eff16 (patch)
tree27736505047b2cb262515f61b52c46ca2d58c56b
parent5dcfe74a29931de324b12191eb01aacb661961b4 (diff)
upgrade android
-rw-r--r--config.xml2
-rw-r--r--package.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/config.xml b/config.xml
index f3bd1d73..bfd1d97e 100644
--- a/config.xml
+++ b/config.xml
@@ -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",