Skip to content

Commit f679f5b

Browse files
archurtanSundoggyNew
authored andcommitted
修复编译错误--拉不到依赖
Change-Id: Ic1082b98806c2a6314ec00801a99611b7b789f55 (cherry picked from commit 4c6db96)
1 parent bc5aefd commit f679f5b

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

app/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,10 @@ dependencies {
153153
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
154154

155155
//刷新
156-
api 'com.scwang.smart:refresh-layout-kernel:2.0.0-alpha-1'
157-
api 'com.scwang.smart:refresh-header-classics:2.0.0-alpha-1'
158-
api 'com.scwang.smart:refresh-footer-classics:2.0.0-alpha-1'
156+
implementation 'io.github.shichuanenhui:refresh-layout-kernel:1.0.0'
157+
implementation 'io.github.shichuanenhui:refresh-header-classics:1.0.0'
158+
implementation 'io.github.shichuanenhui:refresh-footer-classics:1.0.0'
159+
159160

160161
implementation 'com.tencent.map:tencent-map-vector-sdk:4.4.1'
161162
// 地图组件库,包括小车平移、点聚合等组件功能,详见开发指南。
@@ -183,7 +184,7 @@ dependencies {
183184
implementation 'com.yangy:YZxing-lib:2.2'
184185
implementation 'com.alibaba:fastjson:1.2.73'
185186
implementation "com.tencent.iot.thirdparty.android:esptouch:0.3.7.2"
186-
implementation "com.github.skydoves:progressview:1.0.9"
187+
implementation "com.github.skydoves:progressview:1.1.2"
187188
implementation 'com.belerweb:pinyin4j:2.5.0'
188189
implementation 'com.tencent.map.geolocation:TencentLocationSdk-openplatform:7.2.6'
189190
implementation 'cn.aigestudio.wheelpicker:WheelPicker:1.1.3'

build.gradle

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ buildscript {
55
ext.kotlin_version = '1.4.32'
66
repositories {
77
google()
8-
jcenter()
9-
maven{
10-
url "https://oss.sonatype.org/content/groups/public"
11-
}
8+
mavenCentral()
129
}
1310
dependencies {
1411
classpath 'com.android.tools.build:gradle:3.5.0'
@@ -24,10 +21,9 @@ buildscript {
2421
allprojects {
2522
repositories {
2623
google()
27-
jcenter()
28-
// 添加如下 maven 仓库地址--- 腾讯对象存储
24+
mavenCentral()
2925
maven {
30-
url "https://dl.bintray.com/tencentqcloudterminal/maven"
26+
url "https://maven.aliyun.com/repository/public"
3127
}
3228
// SNAPSHOT
3329
maven {

sdk/explorer-link-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
//kotlin协程
4545
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
4646
//腾讯地图定位
47-
implementation 'com.tencent.map.geolocation:TencentLocationSdk-openplatform:7.2.4'
47+
implementation 'com.tencent.map.geolocation:TencentLocationSdk-openplatform:7.2.6'
4848
implementation 'com.google.zxing:core:3.0.1'
4949
}
5050

0 commit comments

Comments
 (0)