1
0
Fork 0

Nightly package name should be "org.mozilla.fenix.nightly" (#3771)

master
Mitchell Hentges 2019-06-28 16:56:55 -07:00 committed by Colin Lee
parent 073b0ae103
commit e5f47a8210
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ android {
debuggable true
}
nightly releaseTemplate >> {
applicationIdSuffix ".nightly"
buildConfigField "boolean", "USE_RELEASE_VERSIONING", "true"
}
beta releaseTemplate >> {