Skip to content

Commit 28ecc37

Browse files
authored
Add debug target to assetlinks.json
Updated assetlinks.json to include additional target configurations for the debug version of the app.
1 parent a762847 commit 28ecc37

1 file changed

Lines changed: 25 additions & 8 deletions

File tree

.well-known/assetlinks.json

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
1-
[{
2-
"relation": ["delegate_permission/common.handle_all_urls"],
3-
"target": {
4-
"namespace": "android_app",
5-
"package_name": "ua.companyname.porada.android",
6-
"sha256_cert_fingerprints":
7-
["2C:37:53:30:B4:8A:B6:AD:56:AF:3B:FD:26:55:7C:76:9C:AF:1B:80:FE:26:89:9E:B4:B8:ED:B6:B2:26:FF:57"]
1+
[
2+
{
3+
"relation": [
4+
"delegate_permission/common.handle_all_urls"
5+
],
6+
"target": {
7+
"namespace": "android_app",
8+
"package_name": "ua.companyname.porada.android",
9+
"sha256_cert_fingerprints": [
10+
"8C:84:A1:0D:3F:E2:E1:D4:97:E3:92:0F:A4:45:CB:1F:C5:16:2D:B8:5D:9A:71:8D:2E:0C:BD:C3:32:55:08:F6"
11+
]
12+
}
13+
},
14+
{
15+
"relation": [
16+
"delegate_permission/common.handle_all_urls"
17+
],
18+
"target": {
19+
"namespace": "android_app",
20+
"package_name": "ua.companyname.porada.android.debug",
21+
"sha256_cert_fingerprints": [
22+
"BA:56:B2:62:80:EF:42:FD:EA:EF:26:82:55:1D:4E:3A:EF:C7:CF:18:1C:95:7F:3C:7B:2C:85:5F:A2:13:85:2A"
23+
]
24+
}
825
}
9-
}]
26+
]

0 commit comments

Comments
 (0)