Issue #4873: Introduce "fennecProduction" build type.

nightly-build-test
Sebastian Kaspari 5 years ago
parent 709588572a
commit c7216d1bd7

@ -67,6 +67,9 @@ android {
fenixProduction releaseTemplate >> {
buildConfigField "boolean", "USE_RELEASE_VERSIONING", "true"
}
fennecProduction releaseTemplate >> {
buildConfigField "boolean", "USE_RELEASE_VERSIONING", "true"
}
}
variantFilter { // There's a "release" build type that exists by default that we don't use (it's replaced by "nightly" and "beta")

Loading…
Cancel
Save