@@ -83,30 +83,30 @@ allprojects {
8383```
8484 //完整版引入
8585
86- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v10.1 .0'
86+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v10.2 .0'
8787
8888
8989 //是否需要AliPlayer模式
90- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1 .0'
90+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.2 .0'
9191```
9292
9393#### B、添加java和你想要的so支持:
9494
9595```
96- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.1 .0'
96+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.2 .0'
9797
9898 //是否需要ExoPlayer模式
99- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.1 .0'
99+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.2 .0'
100100
101101 //是否需要AliPlayer模式
102- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1 .0'
102+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.2 .0'
103103
104104 //根据你的需求ijk模式的so
105- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v10.1 .0'
106- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v10.1 .0'
107- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v10.1 .0'
108- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v10.1 .0'
109- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v10.1 .0'
105+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v10.2 .0'
106+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v10.2 .0'
107+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v10.2 .0'
108+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v10.2 .0'
109+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v10.2 .0'
110110```
111111
112112#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -115,16 +115,16 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
115115C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
116116
117117```
118- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.1 .0'
118+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.2 .0'
119119
120120 //是否需要ExoPlayer模式
121- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.1 .0'
121+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.2 .0'
122122
123123 //是否需要AliPlayer模式
124- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.1 .0'
124+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.2 .0'
125125
126126 //更多ijk的编码支持
127- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v10.1 .0'
127+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v10.2 .0'
128128
129129```
130130
@@ -168,30 +168,30 @@ allprojects {
168168#### A、直接引入
169169```
170170 //完整版引入
171- implementation 'com.shuyu:gsyvideoplayer:10.1 .0'
171+ implementation 'com.shuyu:gsyvideoplayer:10.2 .0'
172172
173173
174174 //是否需要AliPlayer模式
175- implementation 'com.shuyu:gsyvideoplayer-aliplay:10.1 .0'
175+ implementation 'com.shuyu:gsyvideoplayer-aliplay:10.2 .0'
176176```
177177
178178#### B、添加java和你想要的so支持:
179179
180180```
181- implementation 'com.shuyu:gsyvideoplayer-java:10.1 .0'
181+ implementation 'com.shuyu:gsyvideoplayer-java:10.2 .0'
182182
183183 //是否需要ExoPlayer模式
184- implementation 'com.shuyu:gsyvideoplayer-exo2:10.1 .0'
184+ implementation 'com.shuyu:gsyvideoplayer-exo2:10.2 .0'
185185
186186 //是否需要AliPlayer模式
187- implementation 'com.shuyu:gsyvideoplayer-aliplay:10.1 .0'
187+ implementation 'com.shuyu:gsyvideoplayer-aliplay:10.2 .0'
188188
189189 //根据你的需求ijk模式的so
190- implementation 'com.shuyu:gsyvideoplayer-armv5:10.1 .0'
191- implementation 'com.shuyu:gsyvideoplayer-armv7a:10.1 .0'
192- implementation 'com.shuyu:gsyvideoplayer-arm64:10.1 .0'
193- implementation 'com.shuyu:gsyvideoplayer-x86:10.1 .0'
194- implementation 'com.shuyu:gsyvideoplayer-x64:10.1 .0'
190+ implementation 'com.shuyu:gsyvideoplayer-armv5:10.2 .0'
191+ implementation 'com.shuyu:gsyvideoplayer-armv7a:10.2 .0'
192+ implementation 'com.shuyu:gsyvideoplayer-arm64:10.2 .0'
193+ implementation 'com.shuyu:gsyvideoplayer-x86:10.2 .0'
194+ implementation 'com.shuyu:gsyvideoplayer-x64:10.2 .0'
195195```
196196
197197#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -200,17 +200,17 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
200200C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
201201
202202```
203- implementation 'com.shuyu:gsyvideoplayer-java:10.1 .0'
203+ implementation 'com.shuyu:gsyvideoplayer-java:10.2 .0'
204204
205205 //是否需要ExoPlayer模式
206- implementation 'com.shuyu:gsyvideoplayer-exo2:10.1 .0'
206+ implementation 'com.shuyu:gsyvideoplayer-exo2:10.2 .0'
207207
208208
209209 //是否需要AliPlayer模式
210- implementation 'com.shuyu:gsyvideoplayer-aliplay:10.1 .0'
210+ implementation 'com.shuyu:gsyvideoplayer-aliplay:10.2 .0'
211211
212212 //更多ijk的编码支持
213- implementation 'com.shuyu:gsyvideoplayer-ex_so:10.1 .0'
213+ implementation 'com.shuyu:gsyvideoplayer-ex_so:10.2 .0'
214214
215215```
216216----------------------------------------------------------
@@ -338,6 +338,10 @@ compileSdk 太高|--- **[#3514](https://github.com/CarGuo/GSYVideoPlayer/issues/
338338
339339## 五、近期版本
340340
341+ ### v10.2.0 (2025-06-03)
342+ - update media 1.7.1
343+ - update aliyun player
344+
341345### v10.1.0 (2025-04-01)
342346- update media 1.6.0
343347- fix #4078
0 commit comments