From ae6fff187b368385f8142a98da6067897201d544 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 29 四月 2024 15:47:22 +0800 Subject: [PATCH] 1.修改架构将河南版本提取成library 2.修复密码修改的bug 3.添加登录页选择模块功能 --- app/build.gradle | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2e05031..2aedab6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,6 +71,7 @@ implementation project(':henanlibrary') implementation project(':baselibrary') + implementation project(':qihealonelibrary') implementation 'com.tencent.bugly:crashreport:4.1.9.3' // 澶勭悊鍥剧墖 @@ -86,4 +87,6 @@ implementation 'androidx.recyclerview:recyclerview:1.2.0'//缁忓吀鍒锋柊澶� implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' + + } \ No newline at end of file -- Gitblit v1.8.0