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.
This commit is contained in:
AP9 Service Account 2023-06-25 01:38:07 +00:00 committed by wuyifeng
commit 4540256887

View file

@ -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" compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20"
+ // promethean telemetry + // promethean telemetry
+ String prometheanLibVersion = '1.5.+' + String prometheanLibVersion = '2.0.+'
+ compile "com.prometheanworld:activpanel:${prometheanLibVersion}" + compile "com.prometheanworld:activpanel:${prometheanLibVersion}"
+ compile ("com.prometheanworld:telemetry:${prometheanLibVersion}") { + compile ("com.prometheanworld:telemetry:${prometheanLibVersion}") {
+ exclude group: 'com.prometheanworld', module: 'activpanel' + exclude group: 'com.prometheanworld', module: 'activpanel'