From a0beb146d7508857ec47878c4456c88dcdfb5675 Mon Sep 17 00:00:00 2001 From: imeepos Date: Tue, 27 Jan 2026 12:04:27 +0800 Subject: [PATCH] feat: update runtimeVersion to use APP_VERSION for better version management --- app.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app.config.js b/app.config.js index 318344e..bd48d8c 100644 --- a/app.config.js +++ b/app.config.js @@ -107,9 +107,7 @@ export default ({ config }) => { }, }, - runtimeVersion: { - policy: 'appVersion', - }, + runtimeVersion: APP_VERSION, updates: { url: `https://u.expo.dev/${PROJECT_ID}`,