Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
BCsl committed May 23, 2017
1 parent 72b6e3a commit 3f1e949
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A custom LayoutManager to build a Gallery or a ViewPager like RecyclerView that
#### Gradle

```java
compile 'github.hellocsl:GalleryLayoutManager:1.0.4'
compile 'github.hellocsl:GalleryLayoutManager:{lastest-version}'
```

> Be care :if you have used `RecyclerView` in your project , maybe your should use this library as below and your recyclerview-v7 requires API level 24.2.0 or higher
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#### Gradle

```java
compile 'github.hellocsl:GalleryLayoutManager:1.0.4'
compile 'github.hellocsl:GalleryLayoutManager:{lastest-version}'
```

> 注意:如果你的项目已经引用了 `RecyclerView` ,那么应该这样引用,而且你的 `RecyclerView` 的引用版本必须大于 24.2.0
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ publish {
userOrg = 'bcsl'
groupId = 'github.hellocsl'
artifactId = 'GalleryLayoutManager'
publishVersion = '1.0.4'
publishVersion = '1.0.5'
desc = 'A custom LayoutManager to build a Gallery or a ViewPager like widget with RecycleView in Android and ' +
'support both HORIZONTAL and VERTICAL scroll.'
website = 'https://github.com/BCsl/GalleryLayoutManager'
Expand Down

0 comments on commit 3f1e949

Please sign in to comment.