Skip to content

Commit c5c9792

Browse files
committed
android 更新 trtc sdk 到6.2.7006
1 parent 186591a commit c5c9792

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dependencies {
3232

3333
compile fileTree(dir: 'libs', include: ['*.jar'])
3434

35-
compile(name: 'LiteAVSDK_TRTC_6.2.7005', ext: 'aar')
36-
// compile 'com.tencent.liteav:LiteAVSDK_TRTC:6.2.7005'
35+
compile(name: 'LiteAVSDK_TRTC_6.2.7006', ext: 'aar')
36+
// compile 'com.tencent.liteav:LiteAVSDK_TRTC:6.2.7006'
3737
compile 'com.squareup.okhttp3:logging-interceptor:3.8.1'
3838
compile 'com.android.support:multidex:1.0.0'
3939
compile 'com.android.support:appcompat-v7:26.+'

0 commit comments

Comments
 (0)