AP9-4622 Update TelemetryLibrary implementation for Chromium
Fix version: 1.0.0 Update the TelemetryLibrary to 1.0.1
This commit is contained in:
parent
f8ba004669
commit
a447ee37a8
2 changed files with 25 additions and 1 deletions
|
@ -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
|
23
build/patches/Update-telemetry-lib-implementation.patch
Normal file
23
build/patches/Update-telemetry-lib-implementation.patch
Normal 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
|
Loading…
Add table
Reference in a new issue