File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ androidx
4141```
4242maven { url ' https://jitpack.io' }
4343
44- implementation ' com.github.Ztiany:LoadMoreAdapter:4.3 .1'
44+ implementation ' com.github.Ztiany:LoadMoreAdapter:4.4 .1'
4545```
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- maven { url ' https://maven.aliyun.com/repository/public' }
4- maven { url " https://maven.aliyun.com/repository/google" }
5- maven { url ' https://dl.google.com/dl/android/maven2/' }
6- maven { url " https://kotlin.bintray.com/kotlinx" }
7- maven { url ' https://jitpack.io' }
3+ jcenter()
84 google()
5+ maven { url ' https://jitpack.io' }
6+ maven { url " https://kotlin.bintray.com/kotlinx" }
97 }
108 dependencies {
119 classpath ' com.android.tools.build:gradle:3.2.1'
12- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5 '
10+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0 '
1311 }
1412}
1513
1614allprojects {
1715
1816 repositories {
19- maven { url ' https://maven.aliyun.com/repository/public' }
20- maven { url " https://maven.aliyun.com/repository/google" }
21- maven { url ' https://dl.google.com/dl/android/maven2/' }
22- maven { url ' https://dl.google.com/dl/android/maven2/' }
23- maven { url ' https://jitpack.io' }
17+ jcenter()
2418 google()
19+ maven { url " https://kotlin.bintray.com/kotlinx" }
20+ maven { url ' https://jitpack.io' }
2521 }
2622
2723 tasks. withType(Javadoc ) {
You can’t perform that action at this time.
0 commit comments