feat(deep-link): Add more AssociatedDomain attributes (android) (#993)

Co-authored-by: FabianLars <github@fabianlars.de>
This commit is contained in:
Łukasz Mariański
2025-04-30 19:51:38 +00:00
committed by GitHub
parent 2448e717e5
commit 4d10acee61
4 changed files with 56 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
---
deep-link: minor
deep-link-js: minor
---
Exposed Android's `path`, `pathPattern` and `pathSuffix` configurations.
+6
View File
@@ -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.