Skip to content

Commit

Permalink
update jitpack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
youlookwhat committed Apr 7, 2022
1 parent b761265 commit a8545f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions ByRecyclerview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
apply plugin: 'com.android.library'

apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.youlookwhat'

android {
compileSdkVersion 29

Expand All @@ -26,6 +29,6 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

// AppBarLayout
compileOnly 'com.google.android.material:material:1.2.1'
compileOnly 'androidx.recyclerview:recyclerview:1.1.0'
compileOnly 'com.google.android.material:material:1.5.0'
compileOnly 'androidx.recyclerview:recyclerview:1.2.1'
}
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
// 流式布局
implementation 'com.google.android:flexbox:2.0.1'
implementation project(':ByRecyclerview')
// implementation "com.github.youlookwhat:ByRecyclerView:1.2.0"
// implementation "com.github.youlookwhat:ByRecyclerView:1.3.1"
// 支持CoordinatorLayout的下拉刷新
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0'
}
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit a8545f5

Please sign in to comment.