Skip to content

Commit

Permalink
调整xp2p-sdk版本号为固定的2.0.3
Browse files Browse the repository at this point in the history
Change-Id: I400100c0e0110057f95e2e709693a94fc42d0865
  • Loading branch information
archurtan committed Jul 13, 2021
1 parent 61bf4fa commit acd50fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sdk/video-link-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
//kotlin协程
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
api('com.tencent.iot.thirdparty.android:xp2p-sdk:latest.integration') {
changing = true
}
api 'com.tencent.iot.thirdparty.android:xp2p-sdk:2.0.3'
}

configurations.all {
Expand Down

0 comments on commit acd50fd

Please sign in to comment.