1
0
Fork 0

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

master
Colin Lee 2019-06-05 10:48:10 -05:00 committed by GitHub
parent b5c336a3c6
commit 426582c303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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