Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
longerian authored Jan 10, 2018
1 parent 7184b5f commit f10cff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ By providing a custom LayoutManager to RecyclerView, VirtualLayout is able to la

### Import Library

Please find the latest version(1.2.6 so far) in maven repository. The newest version has been upload to jcenter and MavenCentral, make sure you have added at least one of these repositories.
Please find the latest version in [release notes](https://github.com/alibaba/vlayout/releases). The newest version has been upload to jcenter and MavenCentral, make sure you have added at least one of these repositories. As follow:

For gradle:
``` gradle
compile ('com.alibaba.android:vlayout:1.2.6@aar') {
compile ('com.alibaba.android:vlayout:1.2.8@aar') {
transitive = true
}
```
Expand All @@ -57,7 +57,7 @@ pom.xml
<dependency>
<groupId>com.alibaba.android</groupId>
<artifactId>vlayout</artifactId>
<version>1.2.6</version>
<version>1.2.8</version>
<type>aar</type>
</dependency>
```
Expand Down

0 comments on commit f10cff2

Please sign in to comment.