Skip to content

Commit

Permalink
update exo 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Jul 30, 2024
1 parent 866e2fe commit 89f7ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
@RuntimePermissions
public class DetailControlActivity extends GSYBaseActivityDetail<StandardGSYVideoPlayer> {

private final String url = "http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4";
private final String url = "https://res.exexm.com/cw_145225549855002";
//private String url = "http://livecdn1.news.cn/Live_MajorEvent01Phone/manifest.m3u8";
//private String url = "https://ruigongkao.oss-cn-shenzhen.aliyuncs.com/transcode/video/source/video/8908d124aa839d0d3fa9593855ef5957.m3u8";
//private String url2 = "http://ruigongkao.oss-cn-shenzhen.aliyuncs.com/transcode/video/source/video/3aca1a0db8db9418dcbc765848c8903e.m3u8";
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
gsyVideoVersion = "v8.6.0-release-jitpack"
danmakuFlameMasterSoVersion = "0.9.25"
glideVersion = "4.12.0"
mediaVersion = "1.3.1"
mediaVersion = "1.4.0"
permissionsDispatcherVersion = "4.9.1"

androidDependencies = [
Expand Down

0 comments on commit 89f7ad9

Please sign in to comment.