Skip to content

Commit ee819df

Browse files
authored
Merge pull request #2189 from sopt-makers/fix/#2178
fix: 안드로이드 assetlinks 파일 내용 수정
2 parents cd27c1b + 8874b25 commit ee819df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

functions/.well-known/assetlinks.json.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ const ASSETLINKS_JSON = `[
55
"namespace": "android_app",
66
"package_name": "org.sopt.official",
77
"sha256_cert_fingerprints": [
8-
"29:23:1F:E3:7A:FD:76:9C:58:CA:F3:E2:D9:7C:A1:69:CF:04:A8:6E:5B:8A:C6:56:6A:6F:E8:FD:D8:FF:47:43"
8+
"29:23:1F:E3:7A:FD:76:9C:58:CA:F3:E2:D9:7C:A1:69:CF:04:A8:6E:5B:8A:C6:56:6A:6F:E8:FD:D8:FF:47:43",
9+
"30:8A:35:1F:E1:88:94:6F:BC:E9:B2:D5:FC:2F:9B:F2:10:35:2A:43:B8:36:03:8B:C4:1B:EA:51:23:76:1C:00"
910
]
1011
}
1112
}

0 commit comments

Comments
 (0)