File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ repositories {
173173}
174174
175175dependencies {
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}
185185dependencies {
186- implementation 'com.jarvis.library.NestedTouchScrollingLayout:library:1.2.0 '
186+ implementation 'com.jarvis.library.NestedTouchScrollingLayout:library:1.2.1 '
187187}
188188```
189189
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
3939}
4040
4141group = " com.jarvis.library.NestedTouchScrollingLayout"
42- version = " 1.2.0 "
42+ version = " 1.2.1 "
4343
4444
4545task sourcesJar (type : Jar ) {
You can’t perform that action at this time.
0 commit comments