Skip to content

Commit 5f6a574

Browse files
committed
替换snapshot版本的依赖
Change-Id: Idf6d7b463606a3f4084ac548659d1278a9893bcd
1 parent 077cc8e commit 5f6a574

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

explorer/explorer-device-video/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ 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'
56-
api 'com.tencent.iot.thirdparty.android:ijkplayer-java:2.0.8-SNAPSHOT'
57-
api 'com.tencent.iot.thirdparty.android:ijkplayer-armv7a:2.0.8-SNAPSHOT'
58-
api 'com.tencent.iot.thirdparty.android:ijkplayer-arm64:2.0.8-SNAPSHOT'
55+
api 'com.tencent.iot.thirdparty.android:xp2p-sdk:2.4.34'
56+
api 'com.tencent.iot.thirdparty.android:ijkplayer-java:2.0.7'
57+
api 'com.tencent.iot.thirdparty.android:ijkplayer-armv7a:2.0.7'
58+
api 'com.tencent.iot.thirdparty.android:ijkplayer-arm64:2.0.7'
5959
api project(':explorer:explorer-media-common')
6060
//xxxapi project(':explorer:explorer//xxx-media-common')
6161
if (findProject(':explorer:explorer-device-android') != null) {

0 commit comments

Comments
 (0)