Skip to content

Commit

Permalink
修改gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuzero committed Jan 25, 2018
1 parent 9224f1d commit afe7889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ allprojects {
2. 使用module依赖,新增依赖:

```java
compile 'com.github.liyuzero:extendedRecyclerView:-SNAPSHOT'
compile 'com.github.liyuzero:extendedRecyclerView:v1.0.1'
```

### 具体调用(详情见demo)
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-milestone-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 comments on commit afe7889

Please sign in to comment.