Fix nightly

This commit is contained in:
ganfra 2022-12-08 11:19:25 +01:00
parent ba6500a557
commit a1cea9dd4d

View file

@ -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