mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
[fenix] Configure M3 AMO collection for all builds (https://github.com/mozilla-mobile/fenix/pull/12055)
This commit is contained in:
parent
9e4f5e6d60
commit
9a6e44cf41
@ -32,7 +32,7 @@ android {
|
|||||||
testInstrumentationRunnerArguments clearPackageData: 'true'
|
testInstrumentationRunnerArguments clearPackageData: 'true'
|
||||||
resValue "bool", "IS_DEBUG", "false"
|
resValue "bool", "IS_DEBUG", "false"
|
||||||
buildConfigField "boolean", "USE_RELEASE_VERSIONING", "false"
|
buildConfigField "boolean", "USE_RELEASE_VERSIONING", "false"
|
||||||
buildConfigField "String", "AMO_COLLECTION", "\"16f6e5d9a40448b8955db57ced6d75\""
|
buildConfigField "String", "AMO_COLLECTION", "\"3204bb44a6ef44d39ee34917f28055\""
|
||||||
def deepLinkSchemeValue = "fenix-dev"
|
def deepLinkSchemeValue = "fenix-dev"
|
||||||
buildConfigField "String", "DEEP_LINK_SCHEME", "\"$deepLinkSchemeValue\""
|
buildConfigField "String", "DEEP_LINK_SCHEME", "\"$deepLinkSchemeValue\""
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
@ -53,7 +53,6 @@ android {
|
|||||||
shrinkResources false
|
shrinkResources false
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
applicationIdSuffix ".fenix.debug"
|
applicationIdSuffix ".fenix.debug"
|
||||||
buildConfigField "String", "AMO_COLLECTION", "\"3204bb44a6ef44d39ee34917f28055\""
|
|
||||||
manifestPlaceholders.isRaptorEnabled = "true"
|
manifestPlaceholders.isRaptorEnabled = "true"
|
||||||
resValue "bool", "IS_DEBUG", "true"
|
resValue "bool", "IS_DEBUG", "true"
|
||||||
pseudoLocalesEnabled true
|
pseudoLocalesEnabled true
|
||||||
@ -73,7 +72,6 @@ android {
|
|||||||
fenixNightly releaseTemplate >> {
|
fenixNightly releaseTemplate >> {
|
||||||
applicationIdSuffix ".fenix.nightly"
|
applicationIdSuffix ".fenix.nightly"
|
||||||
buildConfigField "boolean", "USE_RELEASE_VERSIONING", "true"
|
buildConfigField "boolean", "USE_RELEASE_VERSIONING", "true"
|
||||||
buildConfigField "String", "AMO_COLLECTION", "\"3204bb44a6ef44d39ee34917f28055\""
|
|
||||||
def deepLinkSchemeValue = "fenix-nightly"
|
def deepLinkSchemeValue = "fenix-nightly"
|
||||||
buildConfigField "String", "DEEP_LINK_SCHEME", "\"$deepLinkSchemeValue\""
|
buildConfigField "String", "DEEP_LINK_SCHEME", "\"$deepLinkSchemeValue\""
|
||||||
manifestPlaceholders = ["deepLinkScheme": deepLinkSchemeValue]
|
manifestPlaceholders = ["deepLinkScheme": deepLinkSchemeValue]
|
||||||
@ -131,7 +129,6 @@ android {
|
|||||||
applicationIdSuffix ".fennec_aurora"
|
applicationIdSuffix ".fennec_aurora"
|
||||||
def deepLinkSchemeValue = "fenix-nightly"
|
def deepLinkSchemeValue = "fenix-nightly"
|
||||||
buildConfigField "String", "DEEP_LINK_SCHEME", "\"$deepLinkSchemeValue\""
|
buildConfigField "String", "DEEP_LINK_SCHEME", "\"$deepLinkSchemeValue\""
|
||||||
buildConfigField "String", "AMO_COLLECTION", "\"3204bb44a6ef44d39ee34917f28055\""
|
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
// This release type is meant to replace Firefox (Release channel) and therefore needs to inherit
|
// This release type is meant to replace Firefox (Release channel) and therefore needs to inherit
|
||||||
// its sharedUserId for all eternity. See:
|
// its sharedUserId for all eternity. See:
|
||||||
|
Loading…
Reference in New Issue
Block a user