Skip to content

Commit 30fc217

Browse files
committed
替换snapshot版本的依赖
Change-Id: Ica37ccea3ce82610bbf2e5283a24b58e1d925c9b
1 parent 0fe14bf commit 30fc217

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

video/video-advanced-device-android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ dependencies {
5252
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
5353
implementation 'com.alibaba:fastjson:1.2.73'
5454
api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
55-
api 'com.tencent.iot.thirdparty.android:xp2p-sdk:2.4.34-SNAPSHOT'
55+
api 'com.tencent.iot.thirdparty.android:xp2p-sdk:2.4.34'
5656
api 'com.tencent.liteav:LiteAVSDK_TRTC:11.1.0.13141'
57-
api 'com.tencent.iot.thirdparty.android:ijkplayer-java:2.0.8-SNAPSHOT'
58-
api 'com.tencent.iot.thirdparty.android:ijkplayer-armv7a:2.0.8-SNAPSHOT'
59-
api 'com.tencent.iot.thirdparty.android:ijkplayer-arm64:2.0.8-SNAPSHOT'
57+
api 'com.tencent.iot.thirdparty.android:ijkplayer-java:2.0.7'
58+
api 'com.tencent.iot.thirdparty.android:ijkplayer-armv7a:2.0.7'
59+
api 'com.tencent.iot.thirdparty.android:ijkplayer-arm64:2.0.7'
6060
api project(':explorer:explorer-media-common')
6161
//xxxapi project(':explorer:explorer//xxx-media-common')
6262
if (findProject(':explorer:explorer-device-android') != null) {

0 commit comments

Comments
 (0)