Skip to content

Commit bc5aefd

Browse files
committed
更新p2p版本2.3.0,更新ijk版本1.0.1
Change-Id: I8115ec7577dacb202040b1c9efad66378c127d74
1 parent 0585aba commit bc5aefd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdk/video-link-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
// api('com.tencent.iot.thirdparty.android:xp2p-sdk:latest.integration') {
4949
// changing = true
5050
// }
51-
api 'com.tencent.iot.thirdparty.android:xp2p-sdk:2.3.0-SNAPSHOT'
51+
api 'com.tencent.iot.thirdparty.android:xp2p-sdk:2.3.0'
5252
}
5353

5454
configurations.all {

sdkdemo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ dependencies {
137137
api project(path: ':sdk:video-link-android')
138138
}
139139

140-
implementation 'com.tencent.iot.thirdparty.android:ijkplayer-java:1.0.0'
141-
implementation 'com.tencent.iot.thirdparty.android:ijkplayer-armv7a:1.0.0'
140+
implementation 'com.tencent.iot.thirdparty.android:ijkplayer-java:1.0.1'
141+
implementation 'com.tencent.iot.thirdparty.android:ijkplayer-armv7a:1.0.1'
142142
implementation 'cn.aigestudio.wheelpicker:WheelPicker:1.1.3'
143143
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7-mpp-dev-11'
144144
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7-mpp-dev-11'

0 commit comments

Comments
 (0)