Skip to content

Commit

Permalink
feat: include rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Aug 29, 2024
1 parent 324d018 commit 5c7b633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ export default {
assetBundlePatterns: ['**/*'],
ios: {
supportsTablet: true,
bundleIdentifier: 'com.kanekotic.barklarm',
bundleIdentifier: 'com.barklarm.barklarm',
buildNumber: project.version,
},
android: {
adaptiveIcon: {
foregroundImage: './src/assets/images/adaptive-icon.png',
backgroundColor: '#FFFFFF',
},
package: 'com.kanekotic.barklarm',
package: 'com.barklarm.barklarm',
versionCode: project.version
.split('.')
.map((number) => Number(number))
Expand Down

0 comments on commit 5c7b633

Please sign in to comment.