feat(deep-link): Add more AssociatedDomain attributes (android) (#993)
Co-authored-by: FabianLars <github@fabianlars.de>pull/2669/head
parent
2448e717e5
commit
4d10acee61
@ -0,0 +1,6 @@
|
||||
---
|
||||
deep-link: minor
|
||||
deep-link-js: minor
|
||||
---
|
||||
|
||||
Exposed Android's `path`, `pathPattern` and `pathSuffix` configurations.
|
@ -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.
|
Loading…
Reference in new issue