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

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
longerian committed May 14, 2017
1 parent 8d26b1b commit 98e04d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README-ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ VirtualLayout是一个针对RecyclerView的LayoutManager扩展, 主要提供一

## 使用

版本请参考mvn repository上的最新版本(目前最新版本是1.0.5),最新的 aar 都会发布到 jcenter 和 MavenCentral 上,确保配置了这两个仓库源,然后引入aar依赖:
版本请参考mvn repository上的最新版本(目前最新版本是1.0.6),最新的 aar 都会发布到 jcenter 和 MavenCentral 上,确保配置了这两个仓库源,然后引入aar依赖:

``` gradle
compile ('com.alibaba.android:vlayout:1.0.5@aar') {
compile ('com.alibaba.android:vlayout:1.0.6@aar') {
transitive = true
}
```
Expand All @@ -41,7 +41,7 @@ pom.xml
<dependency>
<groupId>com.alibaba.android</groupId>
<artifactId>vlayout</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<type>aar</type>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ By providing a custom LayoutManager to RecyclerView, VirtualLayout is able to la

### Import Library

Please find the latest version(1.0.5 so far) in maven repository. The newest version has been upload to jcenter and MavenCantral, make sure you have added at least one of these repositories.
Please find the latest version(1.0.6 so far) in maven repository. The newest version has been upload to jcenter and MavenCantral, make sure you have added at least one of these repositories.

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

0 comments on commit 98e04d6

Please sign in to comment.