diff --git a/app/build.gradle b/app/build.gradle index 80c0e7ac7..c887590b2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,6 +52,9 @@ android { applicationIdSuffix ".beta" buildConfigField "boolean", "USE_RELEASE_VERSIONING", "true" } + production 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")