feat: update runtimeVersion to use APP_VERSION for better version management
This commit is contained in:
parent
3bc113bf9c
commit
a0beb146d7
|
|
@ -107,9 +107,7 @@ export default ({ config }) => {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
runtimeVersion: {
|
runtimeVersion: APP_VERSION,
|
||||||
policy: 'appVersion',
|
|
||||||
},
|
|
||||||
|
|
||||||
updates: {
|
updates: {
|
||||||
url: `https://u.expo.dev/${PROJECT_ID}`,
|
url: `https://u.expo.dev/${PROJECT_ID}`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue