Use different groups for Element Enterprise
This commit is contained in:
parent
1c4e8c81d3
commit
0e23e081ce
1 changed files with 5 additions and 1 deletions
|
|
@ -153,7 +153,11 @@ android {
|
|||
// artifactType = "AAB"
|
||||
// artifactPath = "$rootDir/app/build/outputs/bundle/nightly/app-nightly.aab"
|
||||
releaseNotesFile = "tools/release/ReleaseNotesNightly.md"
|
||||
groups = "external-testers"
|
||||
groups = if (isEnterpriseBuild) {
|
||||
"enterprise-testers"
|
||||
} else {
|
||||
"external-testers"
|
||||
}
|
||||
// This should not be required, but if I do not add the appId, I get this error:
|
||||
// "App Distribution halted because it had a problem uploading the APK: [404] Requested entity was not found."
|
||||
appId = if (isEnterpriseBuild) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue