Skip to content

Commit

Permalink
chore(suite-native): bump runtimeVersion 24
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkriz committed Jan 21, 2025
1 parent 99e6cee commit 69c5d49
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 @@ -168,7 +168,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
slug: appSlugs[buildType],
owner: appOwners[buildType],
version: suiteNativeVersion,
runtimeVersion: '22',
runtimeVersion: '24',
...(buildType === 'production'
? {}
: {
Expand Down

0 comments on commit 69c5d49

Please sign in to comment.