Skip to content

Commit

Permalink
feat(dashboard): add handle_all_urls relation to assetlinks.json for …
Browse files Browse the repository at this point in the history
…Android app link verification (#4069)
  • Loading branch information
joaquim-verges authored Aug 13, 2024
1 parent b15aa4c commit dbf3873
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/dashboard/public/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[
{
"relation": ["delegate_permission/common.get_login_creds"],
"relation": [
"delegate_permission/common.handle_all_urls",
"delegate_permission/common.get_login_creds"
],
"target": {
"namespace": "android_app",
"package_name": "com.thirdweb.demo",
Expand Down

0 comments on commit dbf3873

Please sign in to comment.