Skip to content

Commit 74ceb86

Browse files
committed
使用中央仓库依赖SNAPSHOT版本
1 parent 9281b0c commit 74ceb86

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ dependencies {
7979
implementation libs.androidx.core.ktx
8080
implementation libs.kotlinx.coroutines.android
8181
implementation libs.gson
82-
implementation 'com.tencent.iot.video:video-device-android:1.0.9.01-SNAPSHOT'
82+
implementation 'com.tencent.iot.video:video-device-android:1.0.9.03-SNAPSHOT'
8383
}

settings.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ dependencyResolutionManagement {
1717
google()
1818
mavenCentral()
1919
maven {
20-
url "https://oss.sonatype.org/content/repositories/snapshots"
20+
name = 'Central Portal Snapshots'
21+
url = 'https://central.sonatype.com/repository/maven-snapshots/'
2122
}
2223
}
2324
}

0 commit comments

Comments
 (0)