Skip to content

Commit

Permalink
chore: change Expo slug / projectId
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Oct 30, 2023
1 parent 9e7d62b commit 42a13f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/mobile/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta-data android:name="expo.modules.updates.EXPO_RUNTIME_VERSION" android:value="exposdk:48.0.0"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_CHECK_ON_LAUNCH" android:value="ALWAYS"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATES_LAUNCH_WAIT_MS" android:value="0"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="https://u.expo.dev/9f38f768-16f6-4c47-b354-9745ebda1335"/>
<meta-data android:name="expo.modules.updates.EXPO_UPDATE_URL" android:value="https://u.expo.dev/2ff924e4-7a91-4b23-9db9-7453a8063bb0"/>
<activity android:name=".MainActivity" android:label="@string/app_name" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" android:launchMode="singleTask" android:windowSoftInputMode="adjustResize" android:theme="@style/Theme.App.SplashScreen" android:exported="true" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
Expand Down
6 changes: 3 additions & 3 deletions apps/mobile/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Ever Teams",
"expo": {
"name": "Ever Teams",
"slug": "ever-teams-mobile-expo",
"slug": "ever-teams-mobile",
"version": "0.1.0",
"orientation": "portrait",
"icon": "./assets/images/ever-teams-logo.png",
Expand All @@ -15,7 +15,7 @@
"owner": "everco",
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/9f38f768-16f6-4c47-b354-9745ebda1335"
"url": "https://u.expo.dev/2ff924e4-7a91-4b23-9db9-7453a8063bb0"
},
"jsEngine": "hermes",
"assetBundlePatterns": ["**/*"],
Expand Down Expand Up @@ -74,7 +74,7 @@
},
"extra": {
"eas": {
"projectId": "9f38f768-16f6-4c47-b354-9745ebda1335"
"projectId": "2ff924e4-7a91-4b23-9db9-7453a8063bb0"
}
},
"hooks": {
Expand Down
4 changes: 2 additions & 2 deletions apps/mobile/ios/GauzyTeams/Supporting/Expo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<key>EXUpdatesRuntimeVersion</key>
<string>1.0.0</string>
<key>EXUpdatesURL</key>
<string>https://u.expo.dev/9f38f768-16f6-4c47-b354-9745ebda1335</string>
<string>https://u.expo.dev/2ff924e4-7a91-4b23-9db9-7453a8063bb0</string>
</dict>
</plist>
</plist>

0 comments on commit 42a13f8

Please sign in to comment.