diff --git a/config.xml b/config.xml index dea9c3e..88644d8 100644 --- a/config.xml +++ b/config.xml @@ -15,7 +15,7 @@ - + @@ -97,9 +97,9 @@ - - + + diff --git a/package-lock.json b/package-lock.json index a5b970f..f58a2ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 43f3916..0e3c508 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/resources/android/icon/drawable-hdpi-icon.png b/resources/android/icon/drawable-hdpi-icon.png index cf19733..f1232b6 100644 Binary files a/resources/android/icon/drawable-hdpi-icon.png and b/resources/android/icon/drawable-hdpi-icon.png differ diff --git a/resources/android/icon/drawable-ldpi-icon.png b/resources/android/icon/drawable-ldpi-icon.png index 6bd191c..25c9f51 100644 Binary files a/resources/android/icon/drawable-ldpi-icon.png and b/resources/android/icon/drawable-ldpi-icon.png differ diff --git a/resources/android/icon/drawable-mdpi-icon.png b/resources/android/icon/drawable-mdpi-icon.png index 65c1a19..dae5103 100644 Binary files a/resources/android/icon/drawable-mdpi-icon.png and b/resources/android/icon/drawable-mdpi-icon.png differ diff --git a/resources/android/icon/drawable-xhdpi-icon.png b/resources/android/icon/drawable-xhdpi-icon.png index 32568d6..f8a4e3a 100644 Binary files a/resources/android/icon/drawable-xhdpi-icon.png and b/resources/android/icon/drawable-xhdpi-icon.png differ diff --git a/resources/android/icon/drawable-xxhdpi-icon.png b/resources/android/icon/drawable-xxhdpi-icon.png index 8e0ba86..6edb68f 100644 Binary files a/resources/android/icon/drawable-xxhdpi-icon.png and b/resources/android/icon/drawable-xxhdpi-icon.png differ diff --git a/resources/android/icon/drawable-xxxhdpi-icon.png b/resources/android/icon/drawable-xxxhdpi-icon.png index cae0087..6a18693 100644 Binary files a/resources/android/icon/drawable-xxxhdpi-icon.png and b/resources/android/icon/drawable-xxxhdpi-icon.png differ diff --git a/resources/android/splash/drawable-land-hdpi-screen.png b/resources/android/splash/drawable-land-hdpi-screen.png index 2422cbc..150564a 100644 Binary files a/resources/android/splash/drawable-land-hdpi-screen.png and b/resources/android/splash/drawable-land-hdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-ldpi-screen.png b/resources/android/splash/drawable-land-ldpi-screen.png index aec738f..3052cec 100644 Binary files a/resources/android/splash/drawable-land-ldpi-screen.png and b/resources/android/splash/drawable-land-ldpi-screen.png differ diff --git a/resources/android/splash/drawable-land-mdpi-screen.png b/resources/android/splash/drawable-land-mdpi-screen.png index e3d66fe..536a819 100644 Binary files a/resources/android/splash/drawable-land-mdpi-screen.png and b/resources/android/splash/drawable-land-mdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-xhdpi-screen.png b/resources/android/splash/drawable-land-xhdpi-screen.png index 88381bc..be50593 100644 Binary files a/resources/android/splash/drawable-land-xhdpi-screen.png and b/resources/android/splash/drawable-land-xhdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-xxhdpi-screen.png b/resources/android/splash/drawable-land-xxhdpi-screen.png index 5c6ff40..2903a88 100644 Binary files a/resources/android/splash/drawable-land-xxhdpi-screen.png and b/resources/android/splash/drawable-land-xxhdpi-screen.png differ diff --git a/resources/android/splash/drawable-land-xxxhdpi-screen.png b/resources/android/splash/drawable-land-xxxhdpi-screen.png index 1827781..34a2aad 100644 Binary files a/resources/android/splash/drawable-land-xxxhdpi-screen.png and b/resources/android/splash/drawable-land-xxxhdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-hdpi-screen.png b/resources/android/splash/drawable-port-hdpi-screen.png index b18a90f..fa9efc4 100644 Binary files a/resources/android/splash/drawable-port-hdpi-screen.png and b/resources/android/splash/drawable-port-hdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-ldpi-screen.png b/resources/android/splash/drawable-port-ldpi-screen.png index b712398..80b314a 100644 Binary files a/resources/android/splash/drawable-port-ldpi-screen.png and b/resources/android/splash/drawable-port-ldpi-screen.png differ diff --git a/resources/android/splash/drawable-port-mdpi-screen.png b/resources/android/splash/drawable-port-mdpi-screen.png index b9f9d4e..f5181dc 100644 Binary files a/resources/android/splash/drawable-port-mdpi-screen.png and b/resources/android/splash/drawable-port-mdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-xhdpi-screen.png b/resources/android/splash/drawable-port-xhdpi-screen.png index 57703a0..43df4e8 100644 Binary files a/resources/android/splash/drawable-port-xhdpi-screen.png and b/resources/android/splash/drawable-port-xhdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-xxhdpi-screen.png b/resources/android/splash/drawable-port-xxhdpi-screen.png index 7c4abc0..bba7ecc 100644 Binary files a/resources/android/splash/drawable-port-xxhdpi-screen.png and b/resources/android/splash/drawable-port-xxhdpi-screen.png differ diff --git a/resources/android/splash/drawable-port-xxxhdpi-screen.png b/resources/android/splash/drawable-port-xxxhdpi-screen.png index 3b8affb..27e017a 100644 Binary files a/resources/android/splash/drawable-port-xxxhdpi-screen.png and b/resources/android/splash/drawable-port-xxxhdpi-screen.png differ