Skip to content

Commit 463b841

Browse files
author
tfomkin
committed
chore: dev build number updated
1 parent 76d4b49 commit 463b841

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/mobile/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const createConfig = (): Omit<ExpoConfig, 'extra'> & { extra: { eas: EASConfig }
4141
bundleIdentifier: appId,
4242
supportsTablet: false,
4343
buildNumber: appEnv.select({
44-
default: '14',
44+
default: '15',
4545
production: '8',
4646
}),
4747
config: {
@@ -51,7 +51,7 @@ const createConfig = (): Omit<ExpoConfig, 'extra'> & { extra: { eas: EASConfig }
5151
android: {
5252
package: appId,
5353
versionCode: appEnv.select({
54-
default: 14,
54+
default: 15,
5555
production: 8,
5656
}),
5757
adaptiveIcon: {

0 commit comments

Comments
 (0)