Colin Lee 5 years ago committed by GitHub
parent ee52f9e662
commit 35ae44ced7

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