Skip to content

Commit

Permalink
Merge pull request #53 from Aspsine/dev
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
Aspsine committed Apr 24, 2016
2 parents 52bc487 + 797ac93 commit 3169b8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repositories {
- Step 2. Add the dependency in the form
```
dependencies {
compile 'com.github.Aspsine:SwipeToLoadLayout:v1.0.3'
compile 'com.github.Aspsine:SwipeToLoadLayout:1.0.3'
}
```
- Step 3.
Expand Down
5 changes: 3 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SwipeToLoadLayout-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/2812)
# SwipeToLoadLayout
利用SwipeToLoadLayout可以非常容易的实现下拉刷新和加载更多。
SwipeToLoadLayout是一个可以帮助你实现下拉刷新和加载更多的Layout

##支持的View
理论上支持所有的View
Expand Down Expand Up @@ -46,9 +46,10 @@ repositories {
- Step 2. 在你的app build.gradle 的 dependencies 中添加依赖
```
dependencies {
compile 'com.github.Aspsine:SwipeToLoadLayout:v1.0.2'
compile 'com.github.Aspsine:SwipeToLoadLayout:1.0.3'
}
```
- Step 3. 查看[快速集成文档](https://github.com/Aspsine/SwipeToLoadLayout/wiki/Quick-Setup)

##致谢
- Google SwipeRefreshLayout
Expand Down

0 comments on commit 3169b8a

Please sign in to comment.