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 9aa78d5 commit 77f1c90Copy full SHA for 77f1c90
sdk/video-link-android/build.gradle
@@ -45,9 +45,7 @@ dependencies {
45
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
46
//kotlin协程
47
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
- }
+ api 'com.tencent.iot.thirdparty.android:xp2p-sdk:2.0.3'
51
}
52
53
configurations.all {
0 commit comments