Skip to content

Commit

Permalink
chore: add google services json to env
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Nov 13, 2024
1 parent 4957141 commit 9b4a596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default ({ config }) => {
backgroundImage: "./assets/adaptive-icon-bg.png",
},
permissions: ["android.permission.CAMERA"],
googleServicesFile: "./google-services.json",
googleServicesFile: process.env.GOOGLE_SERVICES_JSON,
},
extra: {
eas: {
Expand Down

0 comments on commit 9b4a596

Please sign in to comment.