Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,17 @@ Maven:
```

Gradle:
``` xml
```.Groovy
compile 'cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2'
```

For `support-v13` users (for those, who is using view pager with **native** fragments):
```.Groovy
compile ('cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2') {
exclude group: 'com.google.android', module: 'support-v4'
}
```

## Contact Me
- [trinea@google plus](https://plus.google.com/u/0/111989205221366883984)
- [trinea@twitter](https://twitter.com/trinea_cn)
Expand Down