Skip to content

Commit

Permalink
mobile version bump (#2406)
Browse files Browse the repository at this point in the history
* [mobile] bump version 1.0.55

* app ID
  • Loading branch information
Robinnnnn authored Apr 5, 2024
1 parent f4aada8 commit 2b4a322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
orientation: 'portrait',
icon: './assets/icon.png',
userInterfaceStyle: 'automatic',
version: '1.0.54',
version: '1.0.55',
updates: {
fallbackToCacheTimeout: 0,
},
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default function App() {
<RelayEnvironmentProvider environment={relayEnvironment}>
<SWRConfig>
<Suspense fallback={<LoadingView />}>
<PrivyProvider appId={env.PRIVY_APP_ID}>
<PrivyProvider appId={'clsdmobu302tl3zebv3sh3xaz'}>
<MobileAnalyticsProvider>
<MobileErrorReportingProvider>
<GestureHandlerRootView style={{ flex: 1 }}>
Expand Down

0 comments on commit 2b4a322

Please sign in to comment.