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 Jul 14, 2021
1 parent e6e68e6 commit e4b796b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 5 deletions.
5 changes: 2 additions & 3 deletions 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 18
versionName "8.8.912"
versionCode 19
versionName "8.9.1015"

multiDexEnabled true
ndk {
Expand Down Expand Up @@ -43,7 +43,6 @@ android {
dependencies {

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

compile project(':superplayerdemo')

compile 'com.android.support:appcompat-v7:25.+'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected void onCreate(Bundle savedInstanceState) {
setContentView(R.layout.activity_main);

mTvVersion = (TextView) findViewById(R.id.main_tv_version);
mTvVersion.setText(getString(R.string.app_tv_super_player_version, TXLiveBase.getSDKVersionStr()+"(8.8.912)"));
mTvVersion.setText(getString(R.string.app_tv_super_player_version, TXLiveBase.getSDKVersionStr()+"(8.9.1015)"));

mMainTitle = (TextView) findViewById(R.id.main_title);
mMainTitle.setOnLongClickListener(new View.OnLongClickListener() {
Expand Down
5 changes: 5 additions & 0 deletions Demo/app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,9 @@
<string name="app_about">About</string>
<string name="app_version">Application Version</string>
<string name="app_sdk_version">SDK Version</string>

<string name="item_trtc_app">TRTC APP</string>
<string name="item_trtc_live">Interactive Live Video Streaming</string>
<string name="item_trtc_call">Video Call</string>
<string name="item_trtc_speed_test">Speed Test</string>
</resources>
3 changes: 3 additions & 0 deletions Demo/app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@
<string name="app_tv_video_call_tips">支持720P/1080P高清画质,50%丢包率可正常视频通话,自带美颜、挂件、抠图等AI特效。</string>

<string name="app_tv_ugc_version">腾讯云 UGC v%s</string>

<string name="item_trtc_app">TRTC APP</string>
<string name="item_trtc_speed_test">TRTC 网络测速</string>
</resources>
5 changes: 5 additions & 0 deletions Demo/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,9 @@
<string name="app_logoff_btn_text">确认注销</string>
<string name="app_logoff_confirm">确定要注销账户吗?</string>
<string name="app_set_user_avatar">设置头像</string>

<string name="item_trtc_app">TRTC APP</string>
<string name="item_trtc_live">TRTC 视频互动</string>
<string name="item_trtc_call">TRTC 视频通话</string>
<string name="item_trtc_speed_test">TRTC 网络测速</string>
</resources>
4 changes: 3 additions & 1 deletion Demo/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ org.gradle.jvmargs=-Xmx1536m
# org.gradle.parallel=true

# 是否启用源码调试
#liteavSourcePath=/Users/parkhuang/src/liteav
liteavSourcePath=

# 是否启用源码调试
videoEngineSourcePath=
#videoEngineSourcePath=/Users/aazgulhuang/Code/liteav-base/src/liteav
videoEngineSourcePath=
Binary file not shown.
Binary file not shown.

0 comments on commit e4b796b

Please sign in to comment.