From c6c23b69ec85b0668e03c9fef95923b2b124ca1b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 12 May 2018 12:54:44 -0400 Subject: initial --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 25c7fd3d..77bb68fd 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ }, "phonegap-plugin-mobile-accessibility": {}, "cordova-custom-config": {}, - "cordova.plugins.diagnostic": {}, "cordova-plugin-email": {}, "cordova-plugin-touch-id": {}, "cordova-plugin-android-fingerprint-auth": {}, @@ -50,7 +49,9 @@ "cordova-plugin-add-swift-support": {}, "ionic-plugin-keyboard": {}, "cordova-library-helper": {}, - "cordova-plugin-certificates": {} + "cordova-plugin-certificates": {}, + "cordova.plugins.diagnostic": {}, + "cordova-plugin-android-tv": {} } }, "dependencies": { @@ -59,13 +60,14 @@ "clivas": "^0.2.0", "com.telerik.plugins.nativepagetransitions": "^0.6.5", "cordova": "^8.0.0", - "cordova-android": "^6.3.0", + "cordova-android": "6.4.0", "cordova-custom-config": "~4.0.2", "cordova-ios": "^4.5.4", "cordova-library-helper": "git+https://github.com/FlyingDonkeyDev/cordova-library-helper.git", "cordova-plugin-add-swift-support": "^1.7.1", "cordova-plugin-android-fingerprint-auth": "^1.4.0", "cordova-plugin-android-permissions": "^1.0.0", + "cordova-plugin-android-tv": "git+https://github.com/pliablepixels/cordova-plugin-android-tv.git", "cordova-plugin-app-version": "^0.1.9", "cordova-plugin-canvas2image": "git+https://github.com/flache/Canvas2ImagePlugin.git", "cordova-plugin-certificates": "git+https://github.com/hypery2k/cordova-certificate-plugin.git", -- cgit v1.2.3 From 91da4b8a12e7fb3dbc0183197a209a524abd851b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 14 May 2018 12:22:53 -0400 Subject: initial framework code for tv navigation --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 77bb68fd..d7590fe0 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,7 @@ "ionic-plugin-keyboard": {}, "cordova-library-helper": {}, "cordova-plugin-certificates": {}, - "cordova.plugins.diagnostic": {}, - "cordova-plugin-android-tv": {} + "cordova.plugins.diagnostic": {} } }, "dependencies": { @@ -67,7 +66,6 @@ "cordova-plugin-add-swift-support": "^1.7.1", "cordova-plugin-android-fingerprint-auth": "^1.4.0", "cordova-plugin-android-permissions": "^1.0.0", - "cordova-plugin-android-tv": "git+https://github.com/pliablepixels/cordova-plugin-android-tv.git", "cordova-plugin-app-version": "^0.1.9", "cordova-plugin-canvas2image": "git+https://github.com/flache/Canvas2ImagePlugin.git", "cordova-plugin-certificates": "git+https://github.com/hypery2k/cordova-certificate-plugin.git", -- cgit v1.2.3