Skip to content

Commit

Permalink
release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchengdong committed Feb 15, 2019
1 parent 0267871 commit a30a7de
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 @@ -21,7 +21,7 @@ Make load-more easy for ListView and RecycleView.
## Get it
AutoQuickAdapter is now available on JCentral.

implementation 'com.eastwood.common:auto-quick-adapter:1.0.3'
implementation 'com.eastwood.common:auto-quick-adapter:1.0.4'


## Usage
Expand Down
2 changes: 1 addition & 1 deletion adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apply plugin: 'maven'

def groupId = 'com.eastwood.common'
def artifactId = 'auto-quick-adapter'
def version = '1.0.3'
def version = '1.0.4'

def localReleaseDest = "${buildDir}/release/${version}"

Expand Down

0 comments on commit a30a7de

Please sign in to comment.