From f052d280cef95418ca739c49676a2faa0ae5990d Mon Sep 17 00:00:00 2001 From: LukeMackin Date: Mon, 20 Jul 2026 23:26:06 +0800 Subject: [PATCH] hotfix: expo-manifest v9 for hot update test --- ota/expo-manifest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ota/expo-manifest.json diff --git a/ota/expo-manifest.json b/ota/expo-manifest.json new file mode 100644 index 0000000..cf233ea --- /dev/null +++ b/ota/expo-manifest.json @@ -0,0 +1,12 @@ +{ + "id": "hot-update-v9-000000000000", + "createdAt": "2026-07-20T16:00:00.000Z", + "runtimeVersion": "0.1.0", + "launchAsset": { + "key": "bundle", + "contentType": "application/javascript", + "url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-9/index.android.bundle" + }, + "assets": [], + "metadata": {} +}