From 006852d3e85a68607d194120d5cdcc2c73af6aa8 Mon Sep 17 00:00:00 2001 From: Shuyu Guo <359369982@qq.com> Date: Fri, 11 Nov 2022 10:00:19 +0800 Subject: [PATCH] Update DEPENDENCIES.md --- doc/DEPENDENCIES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/DEPENDENCIES.md b/doc/DEPENDENCIES.md index 2c4d8164b..c5ebb6ddf 100644 --- a/doc/DEPENDENCIES.md +++ b/doc/DEPENDENCIES.md @@ -24,7 +24,7 @@ allprojects { //是否需要AliPlayer模式 - implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-aliplay:v8.3.4-release-jitpack' + implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-aliplay:8.3.4-release-jitpack' ``` #### B、添加java和你想要的so支持: @@ -36,7 +36,7 @@ allprojects { implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-exo2:v8.3.4-release-jitpack' //是否需要AliPlayer模式 - implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-aliplay:v8.3.4-release-jitpack' + implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-aliplay:8.3.4-release-jitpack' //根据你的需求ijk模式的so implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v8.3.4-release-jitpack' @@ -58,7 +58,7 @@ C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-exo2:v8.3.4-release-jitpack' //是否需要AliPlayer模式 - implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-aliplay:v8.3.4-release-jitpack' + implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-aliplay:8.3.4-release-jitpack' //更多ijk的编码支持 implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v8.3.4-release-jitpack'