chore: add service account key

This commit is contained in:
2024-09-29 12:02:57 +01:00
parent 25ad3c45b7
commit 55be04f3dd
2 changed files with 26 additions and 20 deletions

2
.gitignore vendored
View File

@@ -18,3 +18,5 @@ web-build/
expo-env.d.ts
# @end expo-cli
service-account-key.json

View File

@@ -16,6 +16,10 @@
}
},
"submit": {
"production": {}
"production": {
"android": {
"serviceAccountKeyPath": "./service-account-key.json"
}
}
}
}