增加发现页

This commit is contained in:
wds
2021-05-26 17:58:12 +08:00
parent 4b28f19d9a
commit 26d444cbf8
154 changed files with 5933 additions and 99 deletions

View File

@@ -42,9 +42,7 @@ android {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
//butterknife依赖
implementation 'com.jakewharton:butterknife:10.2.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1'
//状态栏侵染
// 基础依赖包,必须要依赖
@@ -67,6 +65,9 @@ android {
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
//加载图片的依赖包
//加载图片的依赖包
implementation 'com.github.bumptech.glide:glide:4.8.0'
//xRecyclerview下拉刷新控件
implementation project(':xrecyclerview')
}