From 2e139af1d444c02efe248660174409abd2b713db Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 06 三月 2025 17:09:25 +0800
Subject: [PATCH] feat(generallibrary): 添加多个 drawable 资源文件
---
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