Skip to content

Commit 77f1c90

Browse files
author
archurtan
committed
调整xp2p-sdk版本号为固定的2.0.3
Change-Id: I400100c0e0110057f95e2e709693a94fc42d0865
1 parent 9aa78d5 commit 77f1c90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sdk/video-link-android/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ dependencies {
4545
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4646
//kotlin协程
4747
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
48-
api('com.tencent.iot.thirdparty.android:xp2p-sdk:latest.integration') {
49-
changing = true
50-
}
48+
api 'com.tencent.iot.thirdparty.android:xp2p-sdk:2.0.3'
5149
}
5250

5351
configurations.all {

0 commit comments

Comments
 (0)