From 853b4058e1a860cc7a45518c9eecadf2ac3dabbd Mon Sep 17 00:00:00 2001 From: malkoG Date: Sun, 19 Jul 2026 15:37:50 +0900 Subject: [PATCH] Add upload keystore fingerprint to assetlinks.json reference copy Keep this in sync with the served copies in hackers-pub/hackerspub: pub.hackers.android is also distributed via GitHub Releases/F-Droid, built directly from hackerspub-release.jks rather than re-signed by Google Play, and that certificate's fingerprint was missing. Assisted-by: Claude Code:claude-sonnet-5 --- docs/assetlinks.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/assetlinks.json b/docs/assetlinks.json index 6e6412f..0ff71ec 100644 --- a/docs/assetlinks.json +++ b/docs/assetlinks.json @@ -8,7 +8,8 @@ "namespace": "android_app", "package_name": "pub.hackers.android", "sha256_cert_fingerprints": [ - "AD:C6:2C:B4:7B:C0:7D:26:48:D5:C8:E5:51:88:BF:1E:82:33:B4:CC:5A:A3:74:49:25:D0:C4:3C:32:D7:12:BB" + "AD:C6:2C:B4:7B:C0:7D:26:48:D5:C8:E5:51:88:BF:1E:82:33:B4:CC:5A:A3:74:49:25:D0:C4:3C:32:D7:12:BB", + "52:A0:14:21:02:CD:30:FD:8B:29:A3:ED:80:2B:0A:BE:AF:AB:37:29:79:39:84:1A:B7:9E:39:05:AF:64:D5:1A" ] } },