From 71f6b6369b5a7cded6d58b6952fdcd54dace6b3f Mon Sep 17 00:00:00 2001 From: LukeMackin Date: Sun, 19 Jul 2026 23:46:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20expo-manifest.json=20=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=20Expo=20Updates=20Modern=20Manifest=20=E6=A0=BC=E5=BC=8F(id+c?= =?UTF-8?q?reatedAt+runtimeVersion)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ota/expo-manifest.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ota/expo-manifest.json b/ota/expo-manifest.json index 2e352f9..aa444e8 100644 --- a/ota/expo-manifest.json +++ b/ota/expo-manifest.json @@ -1,10 +1,12 @@ { - "version": "0.1.0", + "id": "e5ce52a-0000-0000-0000-000000000000", + "createdAt": "2026-07-19T15:30:00.000Z", "runtimeVersion": "0.1.0", - "assets": [], "launchAsset": { "key": "bundle", "contentType": "application/javascript", "url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-8/bundle.js" - } + }, + "assets": [], + "metadata": {} }