Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
frontend: build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Mar 14, 2024
1 parent 5259107 commit 54f26b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 3 additions & 1 deletion frontend/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (process.env.ORECART_API_SECURE === "1") {
module.exports = {
name: "OreCart",
slug: "orecart",
version: "1.0.2",
version: "1.0.3",
orientation: "portrait",
icon: "./assets/icon.png",
userInterfaceStyle: "light",
Expand All @@ -26,6 +26,7 @@ module.exports = {
],
ios: {
supportsTablet: true,
buildNumber: 3,
bundleIdentifier: "edu.mines.orecart.app",
config: {
googleMapsApiKey: process.env.GOOGLE_MAPS_API_KEY_IOS
Expand All @@ -36,6 +37,7 @@ module.exports = {
},
android: {
package: "edu.mines.orecart.app",
versionCode: 3,
adaptiveIcon: {
foregroundImage: "./assets/adaptive-icon.png",
backgroundColor: "#ffffff"
Expand Down
8 changes: 0 additions & 8 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"expo-checkbox": "~2.7.0",
"expo-location": "~16.5.5",
"expo-navigation-bar": "~2.8.1",
"expo-permissions": "~14.2.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
Expand Down

0 comments on commit 54f26b0

Please sign in to comment.