Fix nightly
This commit is contained in:
parent
ba6500a557
commit
a1cea9dd4d
1 changed files with 6 additions and 1 deletions
|
|
@ -59,13 +59,18 @@ android {
|
|||
}
|
||||
|
||||
register("nightly") {
|
||||
initWith(getByName("release"))
|
||||
val release = getByName("release")
|
||||
initWith(release)
|
||||
applicationIdSuffix = ".nightly"
|
||||
versionNameSuffix = "-nightly"
|
||||
resValue("string", "app_name", "ElementX nightly")
|
||||
matchingFallbacks += listOf("release")
|
||||
signingConfig = signingConfigs.getByName("nightly")
|
||||
|
||||
postprocessing {
|
||||
initWith(release.postprocessing)
|
||||
}
|
||||
|
||||
firebaseAppDistribution {
|
||||
artifactType = "APK"
|
||||
// releaseNotesFile = TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue