We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe44da2 commit e85488fCopy full SHA for e85488f
audire/audire-mobile-app/app.json
@@ -24,7 +24,7 @@
24
},
25
"android": {
26
"package": "com.audirelearning.app",
27
- "versionCode": 6,
+ "versionCode": 8,
28
"permissions": [
29
"INTERNET",
30
"ACCESS_NETWORK_STATE"
audire/audire-mobile-app/eas.json
@@ -22,6 +22,10 @@
22
"production": {
23
"ios": {
"ascAppId": "6475776401"
+ },
+ "android": {
+ "serviceAccountKeyPath": "./eas-submit-google-service-account.json",
+ "track": "production"
}
31
0 commit comments