Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Bumping to app-services v93.5.1, Glean v50.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy authored and mergify[bot] committed Aug 2, 2022
1 parent 8031ffe commit bd77f6f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 12 deletions.
7 changes: 2 additions & 5 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ object Versions {
const val disklrucache = "2.0.2"
const val leakcanary = "2.8.1"

const val mozilla_appservices = "93.5.0"
const val mozilla_appservices = "93.5.1"

const val mozilla_glean = "50.1.0"
// FIXME(bug 1775073): Hack to deploy a tiny bug fix without requiring a full Glean update
// Will be removed with the next update again.
const val mozilla_glean_plugin = "50.1.1"
const val mozilla_glean = "50.1.4"

const val material = "1.2.1"

Expand Down
2 changes: 1 addition & 1 deletion components/browser/engine-gecko/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean_plugin}"
classpath "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean}"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/crash/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean_plugin}"
classpath "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean}"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/support/migration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean_plugin}"
classpath "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean}"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/support/sync-telemetry/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean_plugin}"
classpath "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean}"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/tooling/glean-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
dependencies {
implementation gradleApi()
implementation localGroovy()
implementation "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean_plugin}"
implementation "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean}"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
}

Expand Down
2 changes: 1 addition & 1 deletion samples/glean/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean_plugin}"
classpath "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean}"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/glean/samples-glean-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean_plugin}"
classpath "org.mozilla.telemetry:glean-gradle-plugin:${Versions.mozilla_glean}"
}
}
}
Expand Down

0 comments on commit bd77f6f

Please sign in to comment.