From e6a8f51f61b5ff841847c4bfd152993433227381 Mon Sep 17 00:00:00 2001 From: LukeMackin Date: Mon, 20 Jul 2026 23:24:06 +0800 Subject: [PATCH] test: hot update v8 to v9 --- ota/expo-manifest.json | 6 +++--- packages/client-android/index.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ota/expo-manifest.json b/ota/expo-manifest.json index aa444e8..cf233ea 100644 --- a/ota/expo-manifest.json +++ b/ota/expo-manifest.json @@ -1,11 +1,11 @@ { - "id": "e5ce52a-0000-0000-0000-000000000000", - "createdAt": "2026-07-19T15:30:00.000Z", + "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-8/bundle.js" + "url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-9/index.android.bundle" }, "assets": [], "metadata": {} diff --git a/packages/client-android/index.js b/packages/client-android/index.js index 4d5d533..1a86a14 100644 --- a/packages/client-android/index.js +++ b/packages/client-android/index.js @@ -6,7 +6,7 @@ var AppRegistry = require("react-native").AppRegistry; function App() { return React.createElement(View, {style: {flex:1,backgroundColor:"#0f172a",alignItems:"center",justifyContent:"center"}}, React.createElement(Text, {style: {fontSize:28,fontWeight:"800",color:"#e2e8f0"}}, "Yuzu GCA"), - React.createElement(Text, {style: {fontSize:14,color:"#64748b",marginTop:8}}, "v0.1.0-dav-android-8"), + React.createElement(Text, {style: {fontSize:14,color:"#64748b",marginTop:8}}, "v0.1.0-dav-android-9"), React.createElement(Text, {style: {fontSize:12,color:"#3b82f6",marginTop:16}}, "expo-updates active") ); }