Skip to content

Commit 4c935ec

Browse files
committed
修改README
1 parent a7fab45 commit 4c935ec

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ allprojects {
9797
maven {
9898
url "https://oss.sonatype.org/content/repositories/snapshots"
9999
}
100+
maven {
101+
name = 'Central Portal Snapshots'
102+
url = 'https://central.sonatype.com/repository/maven-snapshots/'
103+
}
100104
}
101105
}
102106
```

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.04-SNAPSHOT'
82+
implementation 'com.tencent.iot.video:video-device-android:1.0.9'
8383
}

settings.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ dependencyResolutionManagement {
1616
repositories {
1717
google()
1818
mavenCentral()
19+
maven {
20+
url "https://oss.sonatype.org/content/repositories/snapshots"
21+
}
1922
maven {
2023
name = 'Central Portal Snapshots'
2124
url = 'https://central.sonatype.com/repository/maven-snapshots/'

0 commit comments

Comments
 (0)