Skip to content

Commit

Permalink
Merge pull request #19 from PCS-Poli-USP/fix/fixed-build-number
Browse files Browse the repository at this point in the history
Update build number and version code in app.json
  • Loading branch information
JorgeHabib authored Dec 11, 2023
2 parents 7b7b365 + 7d2e4ba commit d33be84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"ios": {
"supportsTablet": true,
"buildNumber": "14",
"buildNumber": "16",
"bundleIdentifier": "Lunadros.Uspolis"
},
"android": {
Expand All @@ -29,7 +29,7 @@
"backgroundColor": "#FFFFFF"
},
"package": "uspolis.lunadros",
"versionCode": 60
"versionCode": 61
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
3 changes: 2 additions & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"channel": "production",
"autoIncrement": true,
"android": {
"autoIncrement": "versionCode"
"autoIncrement": "versionCode",
"buildType": "apk"
},
"ios": {
"image": "latest",
Expand Down

0 comments on commit d33be84

Please sign in to comment.