From 292e0b8964f50c14475b74f1234085d7f6b904bb Mon Sep 17 00:00:00 2001 From: nail <123456789@qq.com> Date: Sun, 3 May 2026 02:12:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c802427..a7ccc5c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -379,7 +379,7 @@ android { implementation 'com.flyco.roundview:FlycoRoundView_Lib:1.1.4@aar' implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.6' implementation 'com.github.eralpyucel:CircleProgressView:v1.1' - //implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.1.0' +// implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.1.0' implementation 'com.shuyu:GSYVideoPlayer:8.1.0' implementation 'com.googlecode.mp4parser:isoparser:1.1.21' @@ -401,7 +401,9 @@ android { implementation 'com.github.Dimezis:BlurView:version-3.1.0' implementation "com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-x" - implementation "com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.6" //3.0.2更换了很多API +// implementation "com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.6" //3.0.2更换了很多API + +// implementation 'io.github.carguo:gsyvideoplayer:12.1.0' } }