diff --git a/blotztask-mobile/eas.json b/blotztask-mobile/eas.json index 82b5b0f56..30888128d 100644 --- a/blotztask-mobile/eas.json +++ b/blotztask-mobile/eas.json @@ -33,17 +33,18 @@ } }, "preview": { - "distribution": "internal", "autoIncrement": true, "channel": "preview", + "environment": "preview", "android": { "buildType": "app-bundle", - "credentialsSource": "local", + "credentialsSource": "remote", "env": { - "APP_VERSION": "1.0.2" + "APP_VERSION": "1.0.3" } }, "ios": { + "credentialsSource": "remote", "env": { "APP_VERSION": "1.0.3" } @@ -73,9 +74,9 @@ }, "android": { "buildType": "app-bundle", - "credentialsSource": "local", + "credentialsSource": "remote", "env": { - "APP_VERSION": "1.0.0" + "APP_VERSION": "1.0.1" } }, "env": { @@ -93,8 +94,19 @@ }, "submit": { "preview": { + "ios": { + "ascAppId": "6761295231" + }, + "android": { + "track": "alpha" // Closed testing + } + }, + "production": { "ios": { "ascAppId": "6752492404" + }, + "android": { + "track": "production" } } }