Skip to content

Commit

Permalink
Update bundle identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Feb 13, 2024
1 parent 589d372 commit 5a01711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ const config: ExpoConfig = {
config: {
usesNonExemptEncryption: false
},
bundleIdentifier: 'com.agron.enuts'
bundleIdentifier: 'xyz.elliptica.enuts'
},
android: {
icon: './assets/app-icon-android-legacy.png',
adaptiveIcon: {
foregroundImage: './assets/app-icon-android-adaptive-foreground.png',
backgroundImage: './assets/app-icon-android-adaptive-background.png'
},
package: `com.agron.enuts${!IS_PROD ? `.${_appVariant}` : ''}`
package: `xyz.elliptica.enuts${!IS_PROD ? `.${_appVariant}` : ''}`
},
web: {
favicon: './assets/favicon.png'
Expand Down

0 comments on commit 5a01711

Please sign in to comment.