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' }