Skip to content

Commit

Permalink
Fix bug, update sdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyxgwang committed Jan 15, 2021
1 parent 6b9b211 commit 14cb51a
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 1,658 deletions.
4 changes: 2 additions & 2 deletions Android/Demo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.tencent.liteav.demo"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 12
versionName "8.2.638"
versionCode 13
versionName "8.3.645"

multiDexEnabled true
ndk {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected void onCreate(Bundle savedInstanceState) {
setContentView(R.layout.activity_main);

mTvVersion = (TextView) findViewById(R.id.main_tv_version);
mTvVersion.setText("Smart版本 v" + TXLiveBase.getSDKVersionStr()+"(8.2.638)");
mTvVersion.setText("Smart版本 v" + TXLiveBase.getSDKVersionStr()+"(8.3.645)");

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

This file was deleted.

This file was deleted.

Loading

0 comments on commit 14cb51a

Please sign in to comment.