Kaynağa Gözat

Pull request #98: AP9-13761 Modify the reference of the Abstraction lib to version 2.0.+ on the master branch for apps in the stash.

Merge in AP/chromiumpatches from update-promethean-lib-version-202306211405 to master

* commit '6787d6647e71cb61cc3f300bf74d9f2030265586':
  AP9-13761 Modify the reference of the Abstraction lib to version 2.0.+ on the master branch for apps in the stash.
AP9 Service Account 2 yıl önce
ebeveyn
işleme
4540256887
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      build/patches/Implement-Telemetry-lib.patch

+ 1 - 1
build/patches/Implement-Telemetry-lib.patch

@@ -151,7 +151,7 @@ diff --git a/third_party/android_deps/build.gradle b/third_party/android_deps/bu
      compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20"
 
 +    // promethean telemetry
-+    String prometheanLibVersion = '1.5.+'
++    String prometheanLibVersion = '2.0.+'
 +    compile "com.prometheanworld:activpanel:${prometheanLibVersion}"
 +    compile ("com.prometheanworld:telemetry:${prometheanLibVersion}") {
 +      exclude group: 'com.prometheanworld', module: 'activpanel'