Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
upload readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leochuan committed Jun 1, 2017
1 parent 80e7185 commit 91eb671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ compile 'rouchuan.viewpagerlayoutmanager:viewpagerlayoutmanager-core:1.2.0'
如果你想用上面提供的效果,请引入(不需要再引用core):

```groovy
compile 'rouchuan.viewpagerlayoutmanager:viewpagerlayoutmanager-support:1.0.0'
compile 'rouchuan.viewpagerlayoutmanager:viewpagerlayoutmanager-support:1.0.1'
```

### 注意!!!
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ compile 'rouchuan.viewpagerlayoutmanager:viewpagerlayoutmanager-core:1.2.0'
or if you want use the effect above please import(No need to import core):

```groovy
compile 'rouchuan.viewpagerlayoutmanager:viewpagerlayoutmanager-support:1.0.0'
compile 'rouchuan.viewpagerlayoutmanager:viewpagerlayoutmanager-support:1.0.1'
```

### Attention!!!
Expand Down
2 changes: 1 addition & 1 deletion viewpagerlayoutmanager-support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compile project(path: ':viewpagerlayoutmanager-core')
}

version = "1.0.0"
version = "1.0.1"

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
Expand Down

0 comments on commit 91eb671

Please sign in to comment.