diff options
Diffstat (limited to 'StoneIsland/plugins/fetch.json')
| -rwxr-xr-x | StoneIsland/plugins/fetch.json | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/StoneIsland/plugins/fetch.json b/StoneIsland/plugins/fetch.json index 38f9ef54..e99a7792 100755 --- a/StoneIsland/plugins/fetch.json +++ b/StoneIsland/plugins/fetch.json @@ -37,14 +37,6 @@ "URL_SCHEME": "stoneisland" } }, - "phonegap-plugin-push": { - "source": { - "type": "registry", - "id": "phonegap-plugin-push@1.8.4" - }, - "is_top_level": true, - "variables": {} - }, "cordova-plugin-whitelist": { "source": { "type": "registry", @@ -116,5 +108,15 @@ }, "is_top_level": true, "variables": {} + }, + "phonegap-plugin-push": { + "source": { + "type": "registry", + "id": "phonegap-plugin-push@1.9.2" + }, + "is_top_level": true, + "variables": { + "SENDER_ID": "XXXXXXX" + } } }
\ No newline at end of file |
