From 0ec9693c39a910233fc186a8cefab9f61030df78 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 07 三月 2025 18:09:32 +0800
Subject: [PATCH] refactor(generallibrary):重构网络请求模块
---
qiheonlinelibrary/build.gradle | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/qiheonlinelibrary/build.gradle b/qiheonlinelibrary/build.gradle
index 3aacde8..5356499 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
@@ -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