diff --git a/README.md b/README.md index e73f298..4cd516a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/adapter/build.gradle b/adapter/build.gradle index f3efcb7..66f426b 100644 --- a/adapter/build.gradle +++ b/adapter/build.gradle @@ -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}"