Skip to content

Commit a8545f5

Browse files
committed
update jitpack configuration
1 parent b761265 commit a8545f5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ByRecyclerview/build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
apply plugin: 'com.android.library'
22

3+
apply plugin: 'com.github.dcendents.android-maven'
4+
group = 'com.github.youlookwhat'
5+
36
android {
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
}

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)