Skip to content

Commit

Permalink
Merge pull request #10 from williamjayjay/step-9-ci-cd
Browse files Browse the repository at this point in the history
feat: upgrade expo and generate keys android
  • Loading branch information
williamjayjay authored Jul 23, 2024
2 parents 6fba2f0 + 793718e commit eaa5649
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14,400 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ yarn-error.*

#ignore
coverage
android
ios
3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "com.willrpg.innovatecmobilerework"
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
Binary file modified bun.lockb
Binary file not shown.
5 changes: 4 additions & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"distribution": "internal"
},
"preview": {
"distribution": "internal"
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"production": {}
},
Expand Down
Loading

0 comments on commit eaa5649

Please sign in to comment.