Pull request #24: AP9-4622 Update TelemetryLibrary implementation for Chromium

Merge in AP/chromiumpatches from AP9-4622 to master

* commit 'a447ee37a847031fef5b2247b5c4fb5e05b51d2f':
  AP9-4622 Update TelemetryLibrary implementation for Chromium
This commit is contained in:
wuyifeng 2022-03-31 03:04:29 +00:00
commit 5f6a9e3ffb
2 changed files with 25 additions and 1 deletions

View file

@ -190,4 +190,5 @@ Force-package-name-to-org.chromium.chrome.patch
Donot-stretch-when-force-enable-zoom-checked.patch
Force-desktop-mode.patch
Telemetry-event-video-full-screen.patch
Fix-google-web-apps-show-unsupported-message.patch
Fix-google-web-apps-show-unsupported-message.patch
Update-telemetry-lib-implementation.patch

View file

@ -0,0 +1,23 @@
From: Yifeng <wuyifeng@nd.com.cn>
Date: Fri, 25 Mar 2022 07:00:00 +0000
Subject: AP9-4622 Update TelemetryLibrary implementation for Chromium
Update the version to 1.0.3
---
third_party/android_deps/build.gradle | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/third_party/android_deps/build.gradle b/third_party/android_deps/build.gradle
--- a/third_party/android_deps/build.gradle
+++ b/third_party/android_deps/build.gradle
@@ -121,7 +121,7 @@ dependencies {
// promethean telemetry
- compile 'com.prometheanworld:telemetry:0.3.3'
+ compile 'com.prometheanworld:telemetry:latest.release'
// Upstream guava introduced versions with -android suffix starting with version
// 22 to remove incompatible code with android. Thus we keep two jars, one for
2.17.1