Skip to content

Commit

Permalink
修复编译错误--拉不到依赖
Browse files Browse the repository at this point in the history
Change-Id: Ic1082b98806c2a6314ec00801a99611b7b789f55
  • Loading branch information
archurtan committed Sep 16, 2021
1 parent 8788dc9 commit 4e783a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
// 地图组件库,包括小车平移、点聚合等组件功能,详见开发指南。
Expand Down Expand Up @@ -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'
Expand Down
10 changes: 3 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion sdk/explorer-link-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit 4e783a1

Please sign in to comment.