From 8521954fa97bdfc54123afb4a72755ece311db06 Mon Sep 17 00:00:00 2001 From: zuojincheng <lf_zuo@163.com> Date: 星期五, 21 三月 2025 14:45:45 +0800 Subject: [PATCH] feat(general): 更新登录逻辑和用户信息展示 --- qiheonlinelibrary/build.gradle | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/qiheonlinelibrary/build.gradle b/qiheonlinelibrary/build.gradle index 75092a7..473eed8 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 @@ -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