From 98e04d6916303dd04d7d818955628ab0648a0ace Mon Sep 17 00:00:00 2001 From: longerian Date: Sun, 14 May 2017 14:48:42 +0800 Subject: [PATCH] update readme --- README-ch.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README-ch.md b/README-ch.md index 515cb1b6..69ab8e98 100644 --- a/README-ch.md +++ b/README-ch.md @@ -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 } ``` @@ -41,7 +41,7 @@ pom.xml com.alibaba.android vlayout - 1.0.5 + 1.0.6 aar ``` diff --git a/README.md b/README.md index 5acf359c..4435dee8 100644 --- a/README.md +++ b/README.md @@ -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 } ``` @@ -42,7 +42,7 @@ pom.xml com.alibaba.android vlayout - 1.0.5 + 1.0.6 aar ```