For #3129: Add a production build type to Fenix (#3149)

nightly-build-test
Colin Lee 5 years ago committed by GitHub
parent b5c336a3c6
commit 426582c303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save