Skip to content

Commit

Permalink
bump android app version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kibagateaux committed Jan 5, 2024
1 parent 9be7a62 commit 75e04f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
expo: {
name: appName,
slug: 'jinni-health',
version: '0.0.1',
version: '1.0.0',
orientation: 'portrait',
icon: './public/icon.png',
userInterfaceStyle: 'light',
Expand Down Expand Up @@ -81,6 +81,7 @@ export default {
},
android: {
package: packageName,
versionCode: 2,
adaptiveIcon: {
foregroundImage: './public/adaptive-icon.png',
backgroundColor: '#ffffff',
Expand Down

0 comments on commit 75e04f9

Please sign in to comment.