Skip to content

Commit

Permalink
替换snapshot版本的依赖
Browse files Browse the repository at this point in the history
Change-Id: Ica37ccea3ce82610bbf2e5283a24b58e1d925c9b
  • Loading branch information
SundoggyNew committed May 4, 2023
1 parent 0fe14bf commit 30fc217
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions video/video-advanced-device-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'com.alibaba:fastjson:1.2.73'
api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.4'
api 'com.tencent.iot.thirdparty.android:xp2p-sdk:2.4.34-SNAPSHOT'
api 'com.tencent.iot.thirdparty.android:xp2p-sdk:2.4.34'
api 'com.tencent.liteav:LiteAVSDK_TRTC:11.1.0.13141'
api 'com.tencent.iot.thirdparty.android:ijkplayer-java:2.0.8-SNAPSHOT'
api 'com.tencent.iot.thirdparty.android:ijkplayer-armv7a:2.0.8-SNAPSHOT'
api 'com.tencent.iot.thirdparty.android:ijkplayer-arm64:2.0.8-SNAPSHOT'
api 'com.tencent.iot.thirdparty.android:ijkplayer-java:2.0.7'
api 'com.tencent.iot.thirdparty.android:ijkplayer-armv7a:2.0.7'
api 'com.tencent.iot.thirdparty.android:ijkplayer-arm64:2.0.7'
api project(':explorer:explorer-media-common')
//xxxapi project(':explorer:explorer//xxx-media-common')
if (findProject(':explorer:explorer-device-android') != null) {
Expand Down

0 comments on commit 30fc217

Please sign in to comment.