Skip to content

Commit a4b8690

Browse files
committed
prepare release
1 parent 5dc3766 commit a4b8690

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
This 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+
4351
dependencies {
4452
...
4553
implementation "wtf.s1.ptr:nsptr:x.x.x"

README_CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
- 添加依赖
4040

4141
```
42+
repositories {
43+
...
44+
mavenCentral()
45+
...
46+
}
4247
dependencies {
4348
...
4449
implementation "wtf.s1.ptr:nsptr:x.x.x"

gradle.properties

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
android.useAndroidX=true
22
android.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

0 commit comments

Comments
 (0)