Skip to content

Commit

Permalink
Modify version info
Browse files Browse the repository at this point in the history
  • Loading branch information
donguks committed Jun 1, 2021
1 parent ab2d778 commit afe7854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
privacy: 'hidden',
name,
slug,
version: '1.4.1',
version: '1.5.0',
orientation: 'portrait',
updates: {
fallbackToCacheTimeout: 0,
Expand Down Expand Up @@ -51,7 +51,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
NSAllowsArbitraryLoads: true,
},
},
buildNumber: '1.4.1',
buildNumber: '1.5.1',
},
android: {
adaptiveIcon: {
Expand Down Expand Up @@ -82,7 +82,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
'com.sec.android.provider.badge.permission.WRITE',
'com.sonyericsson.home.permission.BROADCAST_BADGE',
],
versionCode: 13,
versionCode: 14,
useNextNotificationsApi: true,
googleServicesFile,
},
Expand Down

0 comments on commit afe7854

Please sign in to comment.