From 898fbc0c3c8d7cbe88c5dbf0ef969e7a2afc2a32 Mon Sep 17 00:00:00 2001 From: LukeMackin Date: Mon, 20 Jul 2026 23:48:51 +0800 Subject: [PATCH] hotfix: expo-manifest v10 for hot update test --- ota/expo-manifest.json | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/ota/expo-manifest.json b/ota/expo-manifest.json index cf233ea..e4e96fd 100644 --- a/ota/expo-manifest.json +++ b/ota/expo-manifest.json @@ -1,12 +1,16 @@ { - "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": {} -} + "id": "ca582f57-9d65-4831-9d8a-1df3939264c7", + "assets": [ + + ], + "createdAt": "2026-07-20T15:48:27.579Z", + "metadata": { + + }, + "runtimeVersion": "0.1.0", + "launchAsset": { + "contentType": "application/javascript", + "key": "bundle", + "url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-10/index.android.bundle" + } +} \ No newline at end of file