Skip to content

Commit 8bd8ea8

Browse files
committed
Fix bug.
1 parent c93f53b commit 8bd8ea8

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

Demo/app/build.gradle

Lines changed: 1 addition & 3 deletions
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 24
12-
versionName "9.5.0.1473"
12+
versionName "9.5.0.29006"
1313

1414
multiDexEnabled true
1515
ndk {
@@ -63,6 +63,4 @@ dependencies {
6363
implementation('com.blankj:utilcode:1.25.9', {
6464
exclude group: 'com.google.code.gson', module: 'gson'
6565
})
66-
67-
6866
}

Demo/superplayerdemo/src/main/java/com/tencent/liteav/demo/player/demo/shortvideo/core/ShortVideoModel.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,9 @@ public class ShortVideoModel {
3333
private final String BASE_URLS_V2 = "https://playvideo.qcloud.com/getplayinfo/v2";
3434
private final String V2 = "v2";
3535
private final String V4 = "v4";
36-
private static final String[] FILE_IDS = new String[]{"3701925920152292697", "3701925920152048882", "3701925920152283492"
37-
, "3701925920152283699", "3701925920152049422", "3701925920152049645"
38-
, "3701925920152293774", "3701925920152293840", "3701925920152050112"
39-
, "3701925920152294230", "3701925920152285056", "3701925920152285302"
40-
, "3701925920152050929", "3701925920152131172", "3701925920152286184"
41-
, "3701925920152286399"};
36+
private static final String[] FILE_IDS = new String[]{"387702294394366256", "387702294394228858",
37+
"387702294394228636", "387702294394228527", "387702294167066523",
38+
"387702294167066515", "387702294168748446", "387702294394227941"};
4239

4340
private ArrayList<ShortVideoBean> source_list;
4441
private ArrayList<ShortVideoBean> data_list;

Demo/superplayerkit/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ dependencies {
3434
implementation 'androidx.recyclerview:recyclerview:1.0.0'
3535

3636
api 'com.github.bumptech.glide:glide:4.12.0'
37-
implementation 'com.github.bumptech.glide:gifdecoder:4.12.0'
38-
implementation 'com.github.bumptech.glide:disklrucache:4.12.0'
39-
implementation 'com.github.bumptech.glide:annotations:4.12.0'
4037
implementation 'androidx.exifinterface:exifinterface:1.2.0'
4138
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
42-
}
39+
}

0 commit comments

Comments
 (0)