fix(android): assetlinks.json — PWABuilder 가 발급한 실제 서명 키 SHA-256 으로 교체
Deploy momo-erp / deploy (push) Successful in 2m1s

PWABuilder 가 .aab 빌드 시 생성한 keystore 의 SHA-256 으로 갱신.
Play App Signing 활성화 후 Play 가 별도 서명 키를 발급하면 그 SHA-256 도
배열에 추가해 두 개 다 인정되도록 해야 함.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
chpark
2026-05-20 11:15:29 +09:00
parent b58d7e6821
commit 2419ded4ac
+1 -1
View File
@@ -5,7 +5,7 @@
"namespace": "android_app",
"package_name": "com.momotogether.app",
"sha256_cert_fingerprints": [
"76:A0:BA:02:DA:42:3D:65:FE:09:F6:62:4B:C1:FB:BE:3B:DB:BF:92:A7:BD:7E:6B:41:DB:93:8E:D0:4E:7D:4E"
"2A:55:B2:9E:03:51:2B:DE:28:E2:A4:34:15:9C:23:1F:21:B6:C0:43:9C:10:3B:6C:E2:D5:46:F7:AF:42:C3:97"
]
}
}