1
0
Fork 0

Configure M2 AMO collection for Nightly/Debug

master
Christian Sadilek 2020-04-08 18:31:08 -04:00 committed by Arturo Mejia
parent 52857b09d7
commit 152642d98d
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,7 @@ android {
shrinkResources false
minifyEnabled false
applicationIdSuffix ".fenix.debug"
buildConfigField "String", "AMO_COLLECTION", "\"16f6e5d9a40448b8955db57ced6d75\""
manifestPlaceholders.isRaptorEnabled = "true"
resValue "bool", "IS_DEBUG", "true"
pseudoLocalesEnabled true
@ -86,6 +87,7 @@ android {
fenixNightly releaseTemplate >> {
applicationIdSuffix ".fenix.nightly"
buildConfigField "boolean", "USE_RELEASE_VERSIONING", "true"
buildConfigField "String", "AMO_COLLECTION", "\"16f6e5d9a40448b8955db57ced6d75\""
manifestPlaceholders = ["deepLinkScheme": "fenix-nightly"]
}
fenixBeta releaseTemplate >> {
@ -130,6 +132,7 @@ android {
}
fennecNightly releaseTemplate >> {
buildConfigField "boolean", "USE_RELEASE_VERSIONING", "true"
buildConfigField "String", "AMO_COLLECTION", "\"16f6e5d9a40448b8955db57ced6d75\""
applicationIdSuffix ".fennec_aurora"
manifestPlaceholders = [
// This release type is meant to replace Firefox (Release channel) and therefore needs to inherit