File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 190190 android : exported =" true" >
191191
192192 </service >
193- <!-- EAS Update configuration -->
194- <meta-data android : name =" expo.modules.updates.UPDATES_CONFIGURATION_REQUEST_HEADERS_KEY" android : value =" {" expo-channel-name" :" preview" }" />
195- <meta-data android : name =" expo.modules.updates.EXPO_RUNTIME_VERSION" android : value =" 7.60.0" />
196- <meta-data android : name =" expo.modules.updates.EXPO_UPDATE_URL" android : value =" https://u.expo.dev/" />
197- <meta-data android : name =" expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android : value =" NEVER" />
198- <meta-data android : name =" expo.modules.updates.ENABLED" android : value =" true" />
199193 </application >
200194</manifest >
Original file line number Diff line number Diff line change 33<plist version =" 1.0" >
44 <dict >
55 <!-- EAS Update configuration is injected by scripts/update-expo-channel.js during build -->
6- <key >EXUpdatesRuntimeVersion </key >
7- <string >7.60.0 </string >
8- <key >EXUpdatesURL </key >
9- <string >https://u.expo.dev/ </string >
10- <key >EXUpdatesRequestHeaders </key >
11- <dict >
12- <key >expo-channel-name </key >
13- <string >preview </string >
14- </dict >
15- <key >EXUpdatesCheckOnLaunch </key >
16- <string >NEVER </string >
17- <key >EXUpdatesEnabled </key >
18- <true />
19-
206 </dict >
217</plist >
You can’t perform that action at this time.
0 commit comments