Skip to content

Commit

Permalink
Fix rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Mar 17, 2020
1 parent 99fd909 commit 0ffaa69
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -559,15 +559,11 @@ if (gradle.hasProperty('localProperties.dependencySubstitutions.geckoviewTopsrcd
apply from: "${topsrcdir}/substitute-local-geckoview.gradle"
}

android.applicationVariants.all { variant ->
// -------------------------------------------------------------------------------------------------
// Dynamically set versionCode (See tools/build/versionCode.gradle
// MLS: Read token from local file if it exists
// -------------------------------------------------------------------------------------------------

// -------------------------------------------------------------------------------------------------
// MLS: Read token from local file if it exists
// -------------------------------------------------------------------------------------------------

android.applicationVariants.all { variant ->
print("MLS token: ")

try {
Expand All @@ -580,6 +576,11 @@ android.applicationVariants.all { variant ->
}

}

// -------------------------------------------------------------------------------------------------
// Dynamically set versionCode (See tools/build/versionCode.gradle
// -------------------------------------------------------------------------------------------------

android.applicationVariants.all { variant ->
if (gradle.hasProperty('userProperties.taskclusterBuild')) {
variant.outputs.each { output ->
Expand Down

0 comments on commit 0ffaa69

Please sign in to comment.