Shuyu Guo

Results 198 comments of Shuyu Guo

看不出来,请在 demo 提供复现支持

@Lingzh0ng 1、 GSYIjkJava-v1.0.0.aar 正常,如下图和链接: https://jitpack.io/com/github/CarGuo/GSYIjkJava/v1.0.0/GSYIjkJava-v1.0.0.aar https://jitpack.io/com/github/CarGuo/GSYIjkJava/v1.0.0/ 2、https://github.com/CarGuo/GSYVideoPlayer/issues/4143#issuecomment-3034045100

@Lingzh0ng 蛋疼,实际上 release 就是 1.0.0 ,但是 jitpack 又又又丢包了,还没办法重建····我先看看咋整·

临时解决方式,每个依赖里 exclude 掉 GSYIjkJava,单独添加 GSYIjkJava:v1.0.0 gradle : ```gradle implementation("com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v10.2.0") { exclude group: 'com.github.CarGuo:GSYIjkJava', module: 'GSYIjkJava' } implementation("com.github.CarGuo:GSYIjkJava:v1.0.0") // 替换为指定版本 ``` kts: ```gradle //完整版引入 implementation("com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v10.2.0") { exclude(group = "com.github.CarGuo", module =...

通过某些骚操作方式,已经在 jitpack 补充了 1.0.0 : https://jitpack.io/com/github/CarGuo/GSYIjkJava/1.0.0/

https://jitpack.io/com/github/CarGuo/GSYIjkJava/1.0.0/GSYIjkJava-1.0.0.aar ,如图

@zeplee https://jitpack.io/com/gitee/CarGuo/GSYVideoPlayer/gsyVideoPlayer-ex_so/v8.1.9-release-jitpack/gsyVideoPlayer-ex_so-v8.1.9-release-jitpack.aar implementation 'com.gitee.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.1.9-release-jitpack'