From f679f5b41ad965f313577001f9e69528ef239bfa Mon Sep 17 00:00:00 2001 From: archurtan Date: Thu, 16 Sep 2021 18:31:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E9=94=99?= =?UTF-8?q?=E8=AF=AF--=E6=8B=89=E4=B8=8D=E5=88=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic1082b98806c2a6314ec00801a99611b7b789f55 (cherry picked from commit 4c6db9695f71361b1f32101c71cba3343a4c06e7) --- app/build.gradle | 9 +++++---- build.gradle | 10 +++------- sdk/explorer-link-android/build.gradle | 2 +- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7b79b20f5..a9b9817d0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -153,9 +153,10 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4' //刷新 - api 'com.scwang.smart:refresh-layout-kernel:2.0.0-alpha-1' - api 'com.scwang.smart:refresh-header-classics:2.0.0-alpha-1' - api 'com.scwang.smart:refresh-footer-classics:2.0.0-alpha-1' + implementation 'io.github.shichuanenhui:refresh-layout-kernel:1.0.0' + implementation 'io.github.shichuanenhui:refresh-header-classics:1.0.0' + implementation 'io.github.shichuanenhui:refresh-footer-classics:1.0.0' + implementation 'com.tencent.map:tencent-map-vector-sdk:4.4.1' // 地图组件库,包括小车平移、点聚合等组件功能,详见开发指南。 @@ -183,7 +184,7 @@ dependencies { implementation 'com.yangy:YZxing-lib:2.2' implementation 'com.alibaba:fastjson:1.2.73' implementation "com.tencent.iot.thirdparty.android:esptouch:0.3.7.2" - implementation "com.github.skydoves:progressview:1.0.9" + implementation "com.github.skydoves:progressview:1.1.2" implementation 'com.belerweb:pinyin4j:2.5.0' implementation 'com.tencent.map.geolocation:TencentLocationSdk-openplatform:7.2.6' implementation 'cn.aigestudio.wheelpicker:WheelPicker:1.1.3' diff --git a/build.gradle b/build.gradle index 9762cd3a2..94fe5285a 100644 --- a/build.gradle +++ b/build.gradle @@ -5,10 +5,7 @@ buildscript { ext.kotlin_version = '1.4.32' repositories { google() - jcenter() - maven{ - url "https://oss.sonatype.org/content/groups/public" - } + mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:3.5.0' @@ -24,10 +21,9 @@ buildscript { allprojects { repositories { google() - jcenter() - // 添加如下 maven 仓库地址--- 腾讯对象存储 + mavenCentral() maven { - url "https://dl.bintray.com/tencentqcloudterminal/maven" + url "https://maven.aliyun.com/repository/public" } // SNAPSHOT maven { diff --git a/sdk/explorer-link-android/build.gradle b/sdk/explorer-link-android/build.gradle index 1d9985184..ed14c91cf 100644 --- a/sdk/explorer-link-android/build.gradle +++ b/sdk/explorer-link-android/build.gradle @@ -44,7 +44,7 @@ dependencies { //kotlin协程 implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4' //腾讯地图定位 - implementation 'com.tencent.map.geolocation:TencentLocationSdk-openplatform:7.2.4' + implementation 'com.tencent.map.geolocation:TencentLocationSdk-openplatform:7.2.6' implementation 'com.google.zxing:core:3.0.1' }