Skip to content

Commit

Permalink
Merge branch 'main' into deliverable-6
Browse files Browse the repository at this point in the history
  • Loading branch information
yashb196 authored Aug 24, 2023
2 parents c4946cd + 2d266c4 commit fec8ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: App test

on:
push:
branches: [ main,13-generate-test-cases ]
branches: [ main,deliverable-6 ]
pull_request:
branches: [ main ]

Expand Down
7 changes: 1 addition & 6 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"config": {
"googleMapsApiKey": ""
},
"buildNumber" : "4"
"buildNumber" : "5"
},
"android": {
"adaptiveIcon": {
Expand All @@ -35,11 +35,6 @@
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "801029ef-db83-4668-a97a-5adcc4c333e2"
}
}
}
}

0 comments on commit fec8ad0

Please sign in to comment.