diff --git a/.gitignore b/.gitignore index 4097ca9..d44c1d1 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ expo-env.d.ts ios android android-keystores +google-service-account *.orig.* *.jks *.p8 diff --git a/eas.json b/eas.json index e6ec3aa..06e174c 100644 --- a/eas.json +++ b/eas.json @@ -30,6 +30,11 @@ } }, "submit": { - "production": {} + "production": { + "android": { + "serviceAccountKeyPath": "./google-service-account/service-account.json", + "track": "internal" + } + } } }