Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hss01248 authored Nov 24, 2016
1 parent 9d70d09 commit e6bf478
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# PageManager
页面状态管理

[![](https://jitpack.io/v/hss01248/PageStateManager.svg)](https://jitpack.io/#hss01248/PageStateManager)

在张鸿洋的[LoadingAndRetryManager](https://github.com/hongyangAndroid/LoadingAndRetryManager)的基础上改写,优化api,封装常用的逻辑.

# API
Expand Down Expand Up @@ -84,7 +86,7 @@ Add it in your root build.gradle at the end of repositories:

```
dependencies {
compile 'com.github.hss01248:PageStateManager:1.0.0'
compile 'com.github.hss01248:PageStateManager:1.0.1'
}
```

Expand Down Expand Up @@ -127,4 +129,4 @@ Add it in your root build.gradle at the end of repositories:
},2000);
}
```
```

0 comments on commit e6bf478

Please sign in to comment.