Skip to content

Commit 98d14e6

Browse files
author
major
committed
更新 SDK 以及 Demo 到7.0.8670
1 parent 4bc8f72 commit 98d14e6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+18
-5368
lines changed

.idea/modules.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/libs/LiteAVSDK_Player.aar

9.73 KB
Binary file not shown.

build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ buildscript {
44
repositories {
55
jcenter()
66
maven { url "https://dl.bintray.com/tencentqcloudterminal/maven" }
7+
maven {
8+
url 'https://maven.google.com/'
9+
name 'Google'
10+
}
711
}
812
dependencies {
913
classpath 'com.android.tools.build:gradle:2.2.3'
@@ -22,6 +26,10 @@ allprojects {
2226
}
2327
jcenter()
2428
maven { url "https://dl.bintray.com/tencentqcloudterminal/maven" }
29+
maven {
30+
url 'https://maven.google.com/'
31+
name 'Google'
32+
}
2533
}
2634
}
2735

@@ -44,5 +52,5 @@ ext {
4452
noffmpeg = false
4553
noijkplay = false
4654
useASAN = true
47-
aekit_version = '1.0.19-cloud'
55+
aekit_version = '1.0.20-cloud'
4856
}

libsuperplayer/src/main/java/com/tencent/liteav/demo/play/bean/TCVideoConfig.java

Lines changed: 0 additions & 14 deletions
This file was deleted.

libsuperplayer/src/main/java/com/tencent/liteav/demo/play/common/TCPlayerConstants.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)