Skip to content

Commit ffa9b14

Browse files
authored
Merge pull request #49 from ansari-project/configure-expo-service-account
Configure the Google Play account used by Expo during submissions
2 parents 70a8ee4 + 7141869 commit ffa9b14

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ expo-env.d.ts
1515
ios
1616
android
1717
android-keystores
18+
google-service-account
1819
*.orig.*
1920
*.jks
2021
*.p8

eas.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
}
3131
},
3232
"submit": {
33-
"production": {}
33+
"production": {
34+
"android": {
35+
"serviceAccountKeyPath": "./google-service-account/service-account.json",
36+
"track": "internal"
37+
}
38+
}
3439
}
3540
}

0 commit comments

Comments
 (0)