Skip to content

Commit

Permalink
increment build number to obtain version
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Feb 13, 2024
1 parent c26263f commit 78d7504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ const config: ExpoConfig = {
config: {
usesNonExemptEncryption: false
},
bundleIdentifier: 'xyz.elliptica.enuts'
bundleIdentifier: 'xyz.elliptica.enuts',
buildNumber: '2'
},
android: {
icon: './assets/app-icon-android-legacy.png',
Expand Down

0 comments on commit 78d7504

Please sign in to comment.