From e6e85c6fc87ba0688dae074a6aeda58f24ea05e9 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期三, 02 四月 2025 10:02:57 +0800 Subject: [PATCH] feat(generallibrary): 添加卡片列表适配器和搜索结果 Bean --- qiheonlinelibrary/build.gradle | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/qiheonlinelibrary/build.gradle b/qiheonlinelibrary/build.gradle index 5356499..473eed8 100644 --- a/qiheonlinelibrary/build.gradle +++ b/qiheonlinelibrary/build.gradle @@ -81,8 +81,7 @@ compileOnly 'io.github.scwang90:refresh-header-classics:2.0.5' compileOnly 'androidx.recyclerview:recyclerview:1.2.0'//缁忓吀鍒锋柊澶� - //灏嗘敞閲婃帀鐨勮繙绋嬩緷璧栨敼涓烘湰鍦癮ar寮曠敤 - implementation files('../baselibrary/libs/avi.library-2.1.3.aar') + compileOnly group: 'net.sourceforge.jexcelapi', name: 'jxl', version: '2.6.12' } -- Gitblit v1.8.0