From a97a9a7da0568f7cac264f075e62b9c62fe6aa92 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 30 Apr 2025 17:17:46 +0200 Subject: [PATCH] Create deep-link-android-scheme.md --- .changes/deep-link-android-scheme.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/deep-link-android-scheme.md diff --git a/.changes/deep-link-android-scheme.md b/.changes/deep-link-android-scheme.md new file mode 100644 index 00000000..9d4ae694 --- /dev/null +++ b/.changes/deep-link-android-scheme.md @@ -0,0 +1,6 @@ +--- +deep-link: minor +deep-link-js: minor +--- + +Added a `scheme` configuration to set a scheme other than http/https. This is only supported on Android and will still default to http,https if not set.