diff --git a/app/build.gradle b/app/build.gradle index aa3a0b0cb..52558db2d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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")