File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,6 +165,18 @@ mNestedTouchScrollingLayout.registerNestScrollChildCallback(new NestedTouchScrol
165165- [ ] add blur cover.
166166
167167### Usage
168+ 方式 1:
169+ ``` Gradle
170+ repositories {
171+ // ...
172+ maven { url "https://jitpack.io" }
173+ }
174+
175+ dependencies {
176+ implementation 'com.github.JarvisGG:NestedTouchScrollingLayout:1.2.3'
177+ }
178+ ```
179+ 方式 2:
168180``` Gradle
169181repositories {
170182 // ...
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ dependencies {
3333
3434
3535 api project(' :library' )
36- // implementation('com.github.JarvisGG:NestedTouchScrollingLayout:v1 .2.2 ')
37- // implementation 'com.jarvis.library.NestedTouchScrollingLayout:library:1.2.2 '
36+ // implementation('com.github.JarvisGG:NestedTouchScrollingLayout:1 .2.3 ')
37+ // implementation 'com.jarvis.library.NestedTouchScrollingLayout:library:1.2.3 '
3838}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
1111 minSdkVersion 23
1212 targetSdkVersion 27
1313 versionCode 1
14- versionName " 1.2.2 "
14+ versionName " 1.2.3 "
1515
1616 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1717
@@ -40,7 +40,7 @@ dependencies {
4040}
4141
4242group = " com.jarvis.library.NestedTouchScrollingLayout"
43- version = " 1.2.2 "
43+ version = " 1.2.3 "
4444
4545
4646task sourcesJar (type : Jar ) {
You can’t perform that action at this time.
0 commit comments