diff --git a/Demo/app/build.gradle b/Demo/app/build.gradle index d628ee0..cabbfa4 100644 --- a/Demo/app/build.gradle +++ b/Demo/app/build.gradle @@ -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 { @@ -63,6 +63,4 @@ dependencies { implementation('com.blankj:utilcode:1.25.9', { exclude group: 'com.google.code.gson', module: 'gson' }) - - } \ No newline at end of file diff --git a/Demo/superplayerdemo/src/main/java/com/tencent/liteav/demo/player/demo/shortvideo/core/ShortVideoModel.java b/Demo/superplayerdemo/src/main/java/com/tencent/liteav/demo/player/demo/shortvideo/core/ShortVideoModel.java index 92d1cb8..61bc28c 100644 --- a/Demo/superplayerdemo/src/main/java/com/tencent/liteav/demo/player/demo/shortvideo/core/ShortVideoModel.java +++ b/Demo/superplayerdemo/src/main/java/com/tencent/liteav/demo/player/demo/shortvideo/core/ShortVideoModel.java @@ -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 source_list; private ArrayList data_list; diff --git a/Demo/superplayerkit/build.gradle b/Demo/superplayerkit/build.gradle index 51a2e0a..ae8d1ed 100644 --- a/Demo/superplayerkit/build.gradle +++ b/Demo/superplayerkit/build.gradle @@ -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' -} +} \ No newline at end of file