From 9c79b7ac3e4d97ef3bf3301ee1df760220db8ef4 Mon Sep 17 00:00:00 2001
From: Administrator <123>
Date: Sat, 23 Oct 2021 08:55:21 +0000
Subject: [PATCH] 首页UI布局

---
 app/build.gradle |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 26eb9ec..d9ad186 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -42,4 +42,7 @@
     testImplementation 'junit:junit:4.+'
     androidTestImplementation 'androidx.test.ext:junit:1.1.2'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
+    //// 注意:分包之后不会有默认的Header和Footer需要手动添加!还是原来的三种方法!
+    implementation  'com.scwang.smart:refresh-layout-kernel:2.0.1'      //核心必须依赖
+    implementation  'com.scwang.smart:refresh-header-classics:2.0.1'    //经典刷新头
 }
\ No newline at end of file

--
Gitblit v1.9.1