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

Commit 46ccecc

Browse files
daoshengmubluemarvin
authored andcommitted
Upgrade to Mozilla Android Component v.19. (#2089)
* Upgrade to A-C v.19. * Glean configuration can't call its constructor after updating to AC19.
1 parent 6762cf7 commit 46ccecc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/src/common/shared/org/mozilla/vrbrowser/telemetry/GleanMetricsService.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ public static void init(Context aContext) {
3636
} else {
3737
GleanMetricsService.stop();
3838
}
39-
Configuration config = new Configuration(Configuration.DEFAULT_TELEMETRY_ENDPOINT,
40-
BuildConfig.BUILD_TYPE);
39+
Configuration config = new Configuration();
4140
Glean.INSTANCE.initialize(aContext, config);
4241
}
4342

versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def versions = [:]
2525
// GeckoView versions can be found here:
2626
// https://maven.mozilla.org/?prefix=maven2/org/mozilla/geckoview/
2727
versions.gecko_view = "72.0.20191029093803"
28-
versions.android_components = "18.0.0"
28+
versions.android_components = "19.0.0"
2929
versions.mozilla_speech = "1.0.6"
3030
versions.openwnn = "1.3.7"
3131
versions.google_vr = "1.190.0"

0 commit comments

Comments
 (0)