Skip to content

Commit e362588

Browse files
author
borryzhang
committed
发布SDK版本:7.7.9457
1 parent a1ac6ba commit e362588

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

Demo/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion rootProject.ext.minSdkVersion
1010
targetSdkVersion rootProject.ext.targetSdkVersion
1111
versionCode 9
12-
versionName "7.6.506"
12+
versionName "7.7.554"
1313

1414
multiDexEnabled true
1515
ndk {

Demo/app/src/main/java/com/tencent/liteav/demo/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protected void onCreate(Bundle savedInstanceState) {
5252
setContentView(R.layout.activity_main);
5353

5454
mTvVersion = (TextView) findViewById(R.id.main_tv_version);
55-
mTvVersion.setText("超级播放器版本 v" + TXLiveBase.getSDKVersionStr()+"(7.6.506)");
55+
mTvVersion.setText("超级播放器版本 v" + TXLiveBase.getSDKVersionStr()+"(7.7.554)");
5656

5757
mMainTitle = (TextView) findViewById(R.id.main_title);
5858
mMainTitle.setOnLongClickListener(new View.OnLongClickListener() {

SDK/LiteAVSDK_Player_7.6.9375.aar

-11.2 MB
Binary file not shown.

SDK/LiteAVSDK_Player_7.6.9375.zip

-11.2 MB
Binary file not shown.

SDK/LiteAVSDK_Player_7.7.9457.aar

11.2 MB
Binary file not shown.

SDK/LiteAVSDK_Player_7.7.9457.zip

11.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)