Skip to content

Commit

Permalink
Fix bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyxgwang committed Jan 14, 2022
1 parent c93f53b commit 8bd8ea8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
4 changes: 1 addition & 3 deletions Demo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 24
versionName "9.5.0.1473"
versionName "9.5.0.29006"

multiDexEnabled true
ndk {
Expand Down Expand Up @@ -63,6 +63,4 @@ dependencies {
implementation('com.blankj:utilcode:1.25.9', {
exclude group: 'com.google.code.gson', module: 'gson'
})


}
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,9 @@ public class ShortVideoModel {
private final String BASE_URLS_V2 = "https://playvideo.qcloud.com/getplayinfo/v2";
private final String V2 = "v2";
private final String V4 = "v4";
private static final String[] FILE_IDS = new String[]{"3701925920152292697", "3701925920152048882", "3701925920152283492"
, "3701925920152283699", "3701925920152049422", "3701925920152049645"
, "3701925920152293774", "3701925920152293840", "3701925920152050112"
, "3701925920152294230", "3701925920152285056", "3701925920152285302"
, "3701925920152050929", "3701925920152131172", "3701925920152286184"
, "3701925920152286399"};
private static final String[] FILE_IDS = new String[]{"387702294394366256", "387702294394228858",
"387702294394228636", "387702294394228527", "387702294167066523",
"387702294167066515", "387702294168748446", "387702294394227941"};

private ArrayList<ShortVideoBean> source_list;
private ArrayList<ShortVideoBean> data_list;
Expand Down
5 changes: 1 addition & 4 deletions Demo/superplayerkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.0.0'

api 'com.github.bumptech.glide:glide:4.12.0'
implementation 'com.github.bumptech.glide:gifdecoder:4.12.0'
implementation 'com.github.bumptech.glide:disklrucache:4.12.0'
implementation 'com.github.bumptech.glide:annotations:4.12.0'
implementation 'androidx.exifinterface:exifinterface:1.2.0'
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
}
}

0 comments on commit 8bd8ea8

Please sign in to comment.