update to cordova android platform

This commit is contained in:
Morgan McMillian 2018-05-07 10:24:01 -07:00
parent ec4dbf0265
commit f146597825
21 changed files with 30 additions and 27 deletions

View file

@ -15,7 +15,7 @@
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
<preference name="android-minSdkVersion" value="16" />
<preference name="android-minSdkVersion" value="19" />
<preference name="BackupWebStorage" value="none" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="FadeSplashScreenDuration" value="300" />
@ -97,9 +97,9 @@
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="cordova-plugin-device" spec="^2.0.1" />
<plugin name="cordova-plugin-console" spec="^1.1.0" />
<plugin name="cordova-plugin-filepath" spec="^1.2.0" />
<engine name="android" spec="~6.4.0" />
<plugin name="cordova-android-support-gradle-release" spec="^1.4.2">
<variable name="ANDROID_SUPPORT_VERSION" value="27.+" />
</plugin>
<plugin name="cordova-plugin-filepath" spec="^1.3.0" />
<engine name="android" spec="~7.1.0" />
</widget>

45
package-lock.json generated
View file

@ -2047,26 +2047,29 @@
"dev": true
},
"cordova-android": {
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-6.4.0.tgz",
"integrity": "sha1-VK6NpXKKjX5e/MYXLT3MoXvH/n0=",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-7.1.0.tgz",
"integrity": "sha1-HNNu57nRm61Q0+mEK3Mf5ZCSTdU=",
"requires": {
"android-versions": "1.2.1",
"cordova-common": "2.1.0",
"android-versions": "1.3.0",
"cordova-common": "2.2.1",
"elementtree": "0.1.6",
"nopt": "3.0.6",
"properties-parser": "0.2.3",
"q": "1.5.0",
"q": "1.5.1",
"shelljs": "0.5.3"
},
"dependencies": {
"abbrev": {
"version": "1.1.0",
"version": "1.1.1",
"bundled": true
},
"android-versions": {
"version": "1.2.1",
"bundled": true
"version": "1.3.0",
"bundled": true,
"requires": {
"semver": "5.5.0"
}
},
"ansi": {
"version": "0.3.1",
@ -2081,18 +2084,18 @@
"bundled": true
},
"big-integer": {
"version": "1.6.25",
"version": "1.6.26",
"bundled": true
},
"bplist-parser": {
"version": "0.1.1",
"bundled": true,
"requires": {
"big-integer": "1.6.25"
"big-integer": "1.6.26"
}
},
"brace-expansion": {
"version": "1.1.8",
"version": "1.1.11",
"bundled": true,
"requires": {
"balanced-match": "1.0.0",
@ -2104,7 +2107,7 @@
"bundled": true
},
"cordova-common": {
"version": "2.1.0",
"version": "2.2.1",
"bundled": true,
"requires": {
"ansi": "0.3.1",
@ -2113,10 +2116,10 @@
"elementtree": "0.1.6",
"glob": "5.0.15",
"minimatch": "3.0.4",
"osenv": "0.1.4",
"osenv": "0.1.5",
"plist": "1.2.0",
"q": "1.5.0",
"semver": "5.4.1",
"q": "1.5.1",
"semver": "5.5.0",
"shelljs": "0.5.3",
"underscore": "1.8.3",
"unorm": "1.4.1"
@ -2164,14 +2167,14 @@
"version": "3.0.4",
"bundled": true,
"requires": {
"brace-expansion": "1.1.8"
"brace-expansion": "1.1.11"
}
},
"nopt": {
"version": "3.0.6",
"bundled": true,
"requires": {
"abbrev": "1.1.0"
"abbrev": "1.1.1"
}
},
"once": {
@ -2190,7 +2193,7 @@
"bundled": true
},
"osenv": {
"version": "0.1.4",
"version": "0.1.5",
"bundled": true,
"requires": {
"os-homedir": "1.0.2",
@ -2216,7 +2219,7 @@
"bundled": true
},
"q": {
"version": "1.5.0",
"version": "1.5.1",
"bundled": true
},
"sax": {
@ -2224,7 +2227,7 @@
"bundled": true
},
"semver": {
"version": "5.4.1",
"version": "5.5.0",
"bundled": true
},
"shelljs": {

View file

@ -30,7 +30,7 @@
"@ionic-native/status-bar": "4.5.3",
"@ionic/storage": "2.1.3",
"com-darryncampbell-cordova-plugin-intent": "0.0.19",
"cordova-android": "6.4.0",
"cordova-android": "7.1.0",
"cordova-android-support-gradle-release": "^1.4.2",
"cordova-plugin-console": "^1.1.0",
"cordova-plugin-device": "^2.0.2",
@ -75,10 +75,10 @@
"cordova-plugin-splashscreen": {},
"cordova-plugin-device": {},
"cordova-plugin-console": {},
"cordova-plugin-filepath": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "27.+"
}
},
"cordova-plugin-filepath": {}
},
"platforms": [
"android"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 99 KiB