Skip to content

Commit 08641d4

Browse files
committed
chore(card): undo unrelated changes
1 parent 2f3e62c commit 08641d4

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,5 @@
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="{&quot;expo-channel-name&quot;:&quot;preview&quot;}"/>
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>

ios/Expo.plist

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,5 @@
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>

0 commit comments

Comments
 (0)