Skip to content

Commit afe7889

Browse files
committed
修改gradle
1 parent 9224f1d commit afe7889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ allprojects {
4848
2. 使用module依赖,新增依赖:
4949

5050
```java
51-
compile 'com.github.liyuzero:extendedRecyclerView:-SNAPSHOT'
51+
compile 'com.github.liyuzero:extendedRecyclerView:v1.0.1'
5252
```
5353

5454
### 具体调用(详情见demo)

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-milestone-1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 commit comments

Comments
 (0)