Skip to content

Commit

Permalink
Update AC (#2701)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Jan 23, 2020
1 parent ef63182 commit 8a2f86a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -52,7 +52,7 @@ public static void init(Context aContext) {
GleanMetricsService.stop();
}
Configuration config = new Configuration(Configuration.DEFAULT_TELEMETRY_ENDPOINT, BuildConfig.BUILD_TYPE);
Glean.INSTANCE.initialize(aContext, config);
Glean.INSTANCE.initialize(aContext, true, config);
}

// It would be called when users turn on/off the setting of telemetry.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -5,7 +5,7 @@ buildscript {
addRepos(repositories)
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath "org.mozilla.telemetry:glean-gradle-plugin:$versions.android_components"
classpath "org.mozilla.telemetry:glean-gradle-plugin:$versions.telemetry"
classpath "$deps.kotlin.plugin"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
6 changes: 3 additions & 3 deletions versions.gradle
Expand Up @@ -25,14 +25,14 @@ def versions = [:]
// GeckoView versions can be found here:
// https://maven.mozilla.org/?prefix=maven2/org/mozilla/geckoview/
versions.gecko_view = "74.0.20200107215758"
versions.android_components = "21.0.0"
versions.android_components = "28.0.1"
// Note that android-components also depends on application-services,
// and in fact is our main source of appservices-related functionality.
// The version number below tracks the application-services version
// that we depend on directly for the fenix-megazord (and for it's
// forUnitTest variant), and it's important that it be kept in
// sync with the version used by android-components above.
versions.mozilla_appservices = "0.42.2"
versions.mozilla_appservices = "0.48.2"
versions.mozilla_speech = "1.0.9"
versions.openwnn = "1.3.7"
versions.google_vr = "1.190.0"
Expand All @@ -53,7 +53,7 @@ versions.snakeyaml = "1.24"
versions.gson = "2.8.5"
versions.robolectric = "4.2.1"
versions.work = "2.2.0"
versions.telemetry = "22.0.0"
versions.telemetry = "24.1.0"
ext.versions = versions

def deps = [:]
Expand Down

0 comments on commit 8a2f86a

Please sign in to comment.