We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9281b0c commit 74ceb86Copy full SHA for 74ceb86
app/build.gradle
@@ -79,5 +79,5 @@ dependencies {
79
implementation libs.androidx.core.ktx
80
implementation libs.kotlinx.coroutines.android
81
implementation libs.gson
82
- implementation 'com.tencent.iot.video:video-device-android:1.0.9.01-SNAPSHOT'
+ implementation 'com.tencent.iot.video:video-device-android:1.0.9.03-SNAPSHOT'
83
}
settings.gradle
@@ -17,7 +17,8 @@ dependencyResolutionManagement {
17
google()
18
mavenCentral()
19
maven {
20
- url "https://oss.sonatype.org/content/repositories/snapshots"
+ name = 'Central Portal Snapshots'
21
+ url = 'https://central.sonatype.com/repository/maven-snapshots/'
22
23
24
0 commit comments