Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlijianchang committed Jul 5, 2018
1 parent 1232d47 commit 8abd480
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# README #

[![Download](https://img.shields.io/badge/Download-1.0.8-blue.svg)](https://bintray.com/ryanlijianchang/maven/RecyclerView-Gallery)
[![Download](https://img.shields.io/badge/Download-V1.0.9-blue.svg)](https://bintray.com/ryanlijianchang/maven/RecyclerView-Gallery)
[![License](https://img.shields.io/badge/license-Apache2.0-green.svg)](https://github.com/ryanlijianchang/Recyclerview-Gallery)
[![Build](https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser.svg)](https://github.com/ryanlijianchang/Recyclerview-Gallery)

Expand All @@ -13,7 +13,7 @@

首先,在你的`build.gradle`中添加依赖。

compile 'com.ryan.rv_gallery:rv-gallery:1.0.8'
compile 'com.ryan.rv_gallery:rv-gallery:1.0.9'

第二,在你的layout文件中使用`GalleryRecyclerView`

Expand Down Expand Up @@ -77,6 +77,9 @@

查看更多,请转移至[Releases](https://github.com/ryanlijianchang/Recyclerview-Gallery/releases)

**V1.0.9**
1. BUG FIX。修复滑动动画不顺畅问题。

**V1.0.8**
1. BUG FIX。修复从其他图片切换到第一张图片时抖动的问题。

Expand Down

0 comments on commit 8abd480

Please sign in to comment.