We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70a8ee4 + 7141869 commit ffa9b14Copy full SHA for ffa9b14
.gitignore
@@ -15,6 +15,7 @@ expo-env.d.ts
15
ios
16
android
17
android-keystores
18
+google-service-account
19
*.orig.*
20
*.jks
21
*.p8
eas.json
@@ -30,6 +30,11 @@
30
}
31
},
32
"submit": {
33
- "production": {}
+ "production": {
34
+ "android": {
35
+ "serviceAccountKeyPath": "./google-service-account/service-account.json",
36
+ "track": "internal"
37
+ }
38
39
40
0 commit comments