This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
app/src/common/shared/org/mozilla/vrbrowser/telemetry Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public static void init(Context aContext) {
5252 GleanMetricsService .stop ();
5353 }
5454 Configuration config = new Configuration (Configuration .DEFAULT_TELEMETRY_ENDPOINT , BuildConfig .BUILD_TYPE );
55- Glean .INSTANCE .initialize (aContext , config );
55+ Glean .INSTANCE .initialize (aContext , true , config );
5656 }
5757
5858 // It would be called when users turn on/off the setting of telemetry.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 addRepos(repositories)
66 dependencies {
77 classpath ' com.android.tools.build:gradle:3.4.2'
8- classpath " org.mozilla.telemetry:glean-gradle-plugin:$versions . android_components "
8+ classpath " org.mozilla.telemetry:glean-gradle-plugin:$versions . telemetry "
99 classpath " $deps . kotlin . plugin "
1010
1111 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ def versions = [:]
2525// GeckoView versions can be found here:
2626// https://maven.mozilla.org/?prefix=maven2/org/mozilla/geckoview/
2727versions. gecko_view = " 75.0.20200304084140"
28- versions. android_components = " 21 .0.0 "
28+ versions. android_components = " 28 .0.1 "
2929// Note that android-components also depends on application-services,
3030// and in fact is our main source of appservices-related functionality.
3131// The version number below tracks the application-services version
3232// that we depend on directly for its rustlog package, and it's important
3333// that it be kept insync with the version used by android-components above.
34- versions. mozilla_appservices = " 0.42 .2"
34+ versions. mozilla_appservices = " 0.48 .2"
3535versions. mozilla_speech = " 1.0.11"
3636versions. openwnn = " 1.3.7"
3737versions. google_vr = " 1.190.0"
@@ -52,7 +52,7 @@ versions.snakeyaml = "1.24"
5252versions. gson = " 2.8.5"
5353versions. robolectric = " 4.2.1"
5454versions. work = " 2.2.0"
55- versions. telemetry = " 22.0 .0"
55+ versions. telemetry = " 24.1 .0"
5656ext. versions = versions
5757
5858def deps = [:]
You can’t perform that action at this time.
0 commit comments