File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 44
55This library implements pull-to-refresh logic and work with nested-scroll. It is easy to use and extend.
66
7+ It is driven by a [ StateMachine] ( https://github.com/Tinder/StateMachine )
8+
79### Requirements
810
911- minsdk 14
@@ -40,6 +42,12 @@ This library implements pull-to-refresh logic and work with nested-scroll. It is
4042- add the dependency
4143
4244```
45+ repositories {
46+ ...
47+ mavenCentral()
48+ ...
49+ }
50+
4351dependencies {
4452 ...
4553 implementation "wtf.s1.ptr:nsptr:x.x.x"
Original file line number Diff line number Diff line change 3939- 添加依赖
4040
4141```
42+ repositories {
43+ ...
44+ mavenCentral()
45+ ...
46+ }
4247dependencies {
4348 ...
4449 implementation "wtf.s1.ptr:nsptr:x.x.x"
Original file line number Diff line number Diff line change 11android.useAndroidX =true
22android.enableJetifier =true
3+
4+ POM_URL =https://github.com/s1rius/android-nest-scroll-ptr
5+ POM_SCM_URL =https://github.com/s1rius/android-nest-scroll-ptr
6+ POM_SCM_CONNECTION =scm:git:git://github.com/s1rius/android-nest-scroll-ptr
7+ POM_SCM_DEV_CONNECTION =scm:git:git://github.com/s1rius/android-nest-scroll-ptr
8+
9+ POM_LICENSE_NAME =MIT
10+ POM_LICENSE_URL =https://opensource.org/licenses/MIT
11+ POM_LICENSE_DIST =repo
12+
13+ POM_DEVELOPER_ID =s1rius
14+ POM_DEVELOPER_NAME =s1rius
15+ POM_DEVELOPER_URL =https://github.com/s1rius
You can’t perform that action at this time.
0 commit comments