Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyufei committed Nov 12, 2018
1 parent 9f37cd1 commit 027bdf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ repositories {
}
dependencies {
implementation 'com.github.JarvisGG:NestedTouchScrollingLayout:v1.0.1'
implementation 'com.github.JarvisGG:NestedTouchScrollingLayout:v1.0.2'
}
```
方式 2:
Expand All @@ -94,7 +94,7 @@ repositories {
jcenter()
}
dependencies {
implementation 'com.jarvis.library.NestedTouchScrollingLayout:library:1.0.1'
implementation 'com.jarvis.library.NestedTouchScrollingLayout:library:1.0.2'
}
```

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {

implementation 'com.android.support:recyclerview-v7:28.0.0'

api project(':library')
// implementation 'com.github.JarvisGG:NestedTouchScrollingLayout:v1.0.0'
// implementation 'com.jarvis.library.NestedTouchScrollingLayout:library:1.0.0'
// api project(':library')
// implementation 'com.github.JarvisGG:NestedTouchScrollingLayout:v1.0.2'
implementation 'com.jarvis.library.NestedTouchScrollingLayout:library:1.0.2'
}
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def gitUrl = 'https://github.com/JarvisGG/NestedTouchScrollingLayout.git'
def libName = "NestedTouchScrollingLayout"

group = "com.jarvis.library.NestedTouchScrollingLayout"
version = "1.0.1"
version = "1.0.2"


task sourcesJar(type: Jar) {
Expand Down

0 comments on commit 027bdf7

Please sign in to comment.