From fd44ee879cdc84040b11fbcd853b0e56cbc033d7 Mon Sep 17 00:00:00 2001 From: Drini Cami Date: Wed, 1 Nov 2023 19:12:12 -0400 Subject: [PATCH] Add new app certificate to assetlinks.json Also fix the app id which will have `testing` in it for the future --- static/.well-known/assetlinks.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/.well-known/assetlinks.json b/static/.well-known/assetlinks.json index 8e1db81232b..aee1bce56e3 100644 --- a/static/.well-known/assetlinks.json +++ b/static/.well-known/assetlinks.json @@ -5,10 +5,11 @@ ], "target": { "namespace": "android_app", - "package_name": "org.openlibrary.twa", + "package_name": "org.openlibrary.testing.twa", "sha256_cert_fingerprints": [ - "52:1E:4B:B9:94:C7:23:95:39:9A:32:68:0E:A5:2E:77:D5:63:13:0F:3B:84:E9:62:D8:0D:F0:7B:91:6E:E5:FD" + "52:1E:4B:B9:94:C7:23:95:39:9A:32:68:0E:A5:2E:77:D5:63:13:0F:3B:84:E9:62:D8:0D:F0:7B:91:6E:E5:FD", + "FC:08:8A:12:69:3C:71:6A:3A:FC:26:36:FC:8B:BC:38:D6:49:85:59:F9:66:AE:4F:FD:3F:E8:CA:F9:B7:EB:25" ] } } -] \ No newline at end of file +]