From 75f59fa9a615e3584694e820ff83503e8b72ea16 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 14 三月 2025 16:55:31 +0800 Subject: [PATCH] refactor(generallibrary):重构网络请求模块 --- qiheonlinelibrary/build.gradle | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/qiheonlinelibrary/build.gradle b/qiheonlinelibrary/build.gradle index 8f63ea4..4e737c4 100644 --- a/qiheonlinelibrary/build.gradle +++ b/qiheonlinelibrary/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.library' android { namespace 'com.dayu.qiheonlinelibrary' - compileSdk 33 - ndkPath 'D:\\android\\sdk\\ndk\\android-ndk-r21' + compileSdk 34 + ndkVersion '21.0.6113669' defaultConfig { minSdk 23 targetSdk 33 @@ -33,6 +33,7 @@ path "CMakeLists.txt" } } + } dependencies { @@ -54,6 +55,7 @@ implementation project(':ocridcardlibrary') implementation project(':baselibrary') + compileOnly project(':pickerviewlibrary') //鏁版嵁搴� implementation "androidx.room:room-runtime:2.3.0" implementation "androidx.room:room-ktx:2.3.0" @@ -79,7 +81,9 @@ compileOnly 'io.github.scwang90:refresh-header-classics:2.0.5' compileOnly 'androidx.recyclerview:recyclerview:1.2.0'//缁忓吀鍒锋柊澶� - compileOnly 'com.wang.avi:library:2.1.3' + //灏嗘敞閲婃帀鐨勮繙绋嬩緷璧栨敼涓烘湰鍦癮ar寮曠敤 + compileOnly files('../baselibrary/libs/avi.library-2.1.3.aar') + compileOnly group: 'net.sourceforge.jexcelapi', name: 'jxl', version: '2.6.12' } -- Gitblit v1.8.0