Skip to content

Commit

Permalink
chore(suite-native): bump runtimeVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonexe committed Jan 15, 2025
1 parent 20b7fab commit 5cef879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite-native/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
slug: appSlugs[buildType],
owner: appOwners[buildType],
version: suiteNativeVersion,
runtimeVersion: '21',
runtimeVersion: '22',
...(buildType === 'production'
? {}
: {
Expand Down

0 comments on commit 5cef879

Please sign in to comment.