From 765d5165b18938eaefbd5b3af00e8775bfb1a91f Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 28 二月 2025 09:43:35 +0800 Subject: [PATCH] 1.优化代码将http通信通用模块放在baselibrary内 2.创建通用版本的library --- qiheonlinelibrary/build.gradle | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/qiheonlinelibrary/build.gradle b/qiheonlinelibrary/build.gradle index 3aacde8..75092a7 100644 --- a/qiheonlinelibrary/build.gradle +++ b/qiheonlinelibrary/build.gradle @@ -14,7 +14,7 @@ buildTypes { release { - minifyEnabled false + minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } @@ -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寮曠敤 + 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