cordova-plugin-universal-link
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -15,3 +15,3 @@ /* | ||
var WEB_HOOK_FILE_PATH = path.join('ul_web_hooks', 'android', 'android_web_hook.html'); | ||
var WEB_HOOK_TPL_FILE_PATH = path.join('plugins', 'cordova-universal-links-plugin', 'ul_web_hooks', 'android_web_hook_tpl.html'); | ||
var WEB_HOOK_TPL_FILE_PATH = path.join('plugins', 'cordova-plugin-universal-link', 'ul_web_hooks', 'android_web_hook_tpl.html'); | ||
var LINK_PLACEHOLDER = '[__LINKS__]'; | ||
@@ -18,0 +18,0 @@ var LINK_TEMPLATE = '<link rel="alternate" href="android-app://<package_name>/<scheme>/<host><path>" />'; |
{ | ||
"name": "cordova-plugin-universal-link", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Cordova plugin to add in your application support for Universal Links (iOS 9) and Deep Links (Android). Basically, open application through the link in the browser.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
Sorry, the diff of this file is not supported yet
433526
1218