1
0
Fork 0

Issue #4873: Introduce "fennecProduction" build type.

master
Sebastian Kaspari 2019-08-22 11:10:23 +02:00
parent 709588572a
commit c7216d1bd7
1 changed files with 3 additions and 0 deletions

View File

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