File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
3+ apply plugin : ' com.github.dcendents.android-maven'
4+ group = ' com.github.youlookwhat'
5+
36android {
47 compileSdkVersion 29
58
@@ -26,6 +29,6 @@ dependencies {
2629 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2730
2831 // AppBarLayout
29- compileOnly ' com.google.android.material:material:1.2.1 '
30- compileOnly ' androidx.recyclerview:recyclerview:1.1.0 '
32+ compileOnly ' com.google.android.material:material:1.5.0 '
33+ compileOnly ' androidx.recyclerview:recyclerview:1.2.1 '
3134}
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ dependencies {
8989 // 流式布局
9090 implementation ' com.google.android:flexbox:2.0.1'
9191 implementation project(' :ByRecyclerview' )
92- // implementation "com.github.youlookwhat:ByRecyclerView:1.2.0 "
92+ // implementation "com.github.youlookwhat:ByRecyclerView:1.3.1 "
9393 // 支持CoordinatorLayout的下拉刷新
9494 implementation ' com.scwang.smartrefresh:SmartRefreshLayout:1.1.0'
9595}
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ buildscript {
1212 dependencies {
1313 classpath ' com.android.tools.build:gradle:3.4.2'
1414 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
15+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
1516 // NOTE: Do not place your application dependencies here; they belong
1617 // in the individual module build.gradle files
1718 }
You can’t perform that action at this time.
0 commit comments