File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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/'
You can’t perform that action at this time.
0 commit comments