Skip to content

Commit 829006b

Browse files
author
yangyufei
committed
upload version 1.2.1
1 parent 911025d commit 829006b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ repositories {
173173
}
174174
175175
dependencies {
176-
implementation 'com.github.JarvisGG:NestedTouchScrollingLayout:v1.2.0'
176+
implementation 'com.github.JarvisGG:NestedTouchScrollingLayout:v1.2.1'
177177
}
178178
```
179179
方式 2:
@@ -183,7 +183,7 @@ repositories {
183183
jcenter()
184184
}
185185
dependencies {
186-
implementation 'com.jarvis.library.NestedTouchScrollingLayout:library:1.2.0'
186+
implementation 'com.jarvis.library.NestedTouchScrollingLayout:library:1.2.1'
187187
}
188188
```
189189

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ dependencies {
3131

3232

3333
api project(':library')
34-
// implementation('com.github.JarvisGG:NestedTouchScrollingLayout:v1.2.0')
35-
// implementation 'com.jarvis.library.NestedTouchScrollingLayout:library:1.2.0'
34+
// implementation('com.github.JarvisGG:NestedTouchScrollingLayout:v1.2.1')
35+
// implementation 'com.jarvis.library.NestedTouchScrollingLayout:library:1.2.1'
3636
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
}
4040

4141
group = "com.jarvis.library.NestedTouchScrollingLayout"
42-
version = "1.2.0"
42+
version = "1.2.1"
4343

4444

4545
task sourcesJar(type: Jar) {

0 commit comments

Comments
 (0)