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

Commit

Permalink
update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
leochuan committed May 10, 2017
1 parent 67f8d55 commit 609632b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All you need to concern about is which the property you want to change and how i
## Usage
#### Gradle
```Java
compile 'rouchuan.customlayoutmanager:customlayoutmanager:1.0.5'
compile 'rouchuan.customlayoutmanager:customlayoutmanager:1.0.6'
```
#### Default Properties
```Java
Expand Down
2 changes: 1 addition & 1 deletion customlayoutmanager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "1.0.5"
version = "1.0.6"

android {
compileSdkVersion 23
Expand Down

0 comments on commit 609632b

Please sign in to comment.