Fix application distribution for nightly build.
This commit is contained in:
parent
f80142c74c
commit
8e2e09986c
1 changed files with 4 additions and 0 deletions
|
|
@ -125,6 +125,10 @@ android {
|
||||||
|
|
||||||
firebaseAppDistribution {
|
firebaseAppDistribution {
|
||||||
artifactType = "APK"
|
artifactType = "APK"
|
||||||
|
// We upload the universal APK to fix this error:
|
||||||
|
// "App Distribution found more than 1 output file for this variant.
|
||||||
|
// Please contact firebase-support@google.com for help using APK splits with App Distribution."
|
||||||
|
artifactPath = "$rootDir/app/build/outputs/apk/nightly/app-universal-nightly.apk"
|
||||||
// This file will be generated by the GitHub action
|
// This file will be generated by the GitHub action
|
||||||
releaseNotesFile = "CHANGES_NIGHTLY.md"
|
releaseNotesFile = "CHANGES_NIGHTLY.md"
|
||||||
groups = "external-testers"
|
groups = "external-testers"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue