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

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
longerian committed Dec 3, 2017
1 parent 051bee8 commit 054250e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.2.5),最新的 aar 都会发布到 jcenter 和 MavenCentral 上,确保配置了这两个仓库源,然后引入aar依赖:
版本请参考mvn repository上的最新版本(目前最新版本是1.2.6),最新的 aar 都会发布到 jcenter 和 MavenCentral 上,确保配置了这两个仓库源,然后引入aar依赖:

``` gradle
compile ('com.alibaba.android:vlayout:1.2.5@aar') {
compile ('com.alibaba.android:vlayout:1.2.6@aar') {
transitive = true
}
```
Expand All @@ -41,7 +41,7 @@ pom.xml
<dependency>
<groupId>com.alibaba.android</groupId>
<artifactId>vlayout</artifactId>
<version>1.2.5</version>
<version>1.2.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.2.5 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(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.

For gradle:
``` gradle
compile ('com.alibaba.android:vlayout:1.2.5@aar') {
compile ('com.alibaba.android:vlayout:1.2.6@aar') {
transitive = true
}
```
Expand All @@ -42,7 +42,7 @@ pom.xml
<dependency>
<groupId>com.alibaba.android</groupId>
<artifactId>vlayout</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
<type>aar</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
GROUP=com.alibaba.android
ARTIFACT=vlayout
VERSION=1
VERSION_NAME=1.2.5
VERSION_NAME=1.2.6
PACKAGING_TYPE=aar
useNewSupportLibrary=true
systemProp.compileSdkVersion=23
Expand Down

0 comments on commit 054250e

Please sign in to comment.