Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update AMO to the FxR one (#3872)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored Aug 28, 2020
1 parent 66adf63 commit f10805c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ android {
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "Boolean", "DISABLE_CRASH_RESTART", getCrashRestartDisabled()
buildConfigField "Boolean", "TASKCLUSTER_BUILD", getTaskclusterBuild()
buildConfigField "String", "AMO_COLLECTION", "\"3204bb44a6ef44d39ee34917f28055\""
buildConfigField "String", "AMO_COLLECTION", "\"fxr\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down

0 comments on commit f10805c

Please sign in to comment.