Skip to content

Commit c86b045

Browse files
committed
readme
1 parent 683990a commit c86b045

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
这是一个可以下拉刷新的RecyclerView,并且支持方便添加Header、滑动到底部自动加载更多以及其他ListView的功能。
66

7+
当前版本:v1.0.0
8+
79
## 特性
810
* 基于原生RecyclerView的封装
911
* 支持下拉刷新
@@ -18,4 +20,26 @@
1820
项目位置: <https://github.com/HomHomLin/Android-PullToRefreshRecyclerView>.
1921

2022
## Sample
21-
项目内含有Sample程序:[Sample](https://github.com/HomHomLin/Android-PullToRefreshRecyclerView/blob/master/sample.apk)
23+
项目内含有Sample程序:[Sample](https://github.com/HomHomLin/Android-PullToRefreshRecyclerView/blob/master/sample.apk)
24+
25+
##Using library in your application
26+
If you are building with Gradle, simply add the following line to the dependencies section of your build.gradle file:
27+
28+
dependencies {
29+
compile 'homhomlin.lib:ptrrv-library:1.0.0'
30+
}
31+
32+
##License
33+
Copyright 2015 LinHongHong
34+
35+
Licensed under the Apache License, Version 2.0 (the "License");
36+
you may not use this file except in compliance with the License.
37+
You may obtain a copy of the License at
38+
39+
http://www.apache.org/licenses/LICENSE-2.0
40+
41+
Unless required by applicable law or agreed to in writing, software
42+
distributed under the License is distributed on an "AS IS" BASIS,
43+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
44+
See the License for the specific language governing permissions and
45+
limitations under the License.

0 commit comments

Comments
 (0)