diff --git a/README.md b/README.md index 19a61a4..791245f 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ please. There is a simple sample for this library. 😄 It's very easy to import, you just put them into your gradle file. ```gradle -compile "com.devrapid.jieyi:adaptiverecyclerview:1.0.9" +compile "com.devrapid.jieyi:adaptiverecyclerview:1.0.10" ``` ## Maven @@ -114,7 +114,7 @@ compile "com.devrapid.jieyi:adaptiverecyclerview:1.0.9" com.devrapid.jieyi adaptiverecyclerview - 1.0.9 + 1.0.10 pom ``` diff --git a/gradle.properties b/gradle.properties index 4bf3ed4..a57ebe8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ proj_name=adaptiverecyclerview proj_libname=AdaptiveRecyclerview proj_group=com.devrapid.jieyi proj_artifactid=adaptiverecyclerview -proj_version=1.0.9 +proj_version=1.0.10 proj_description=Create an adaptive recycler view for each of type view. proj_websiteurl=https://github.com/pokk/AdaptiveRecyclerView proj_issuetrackerurl=https://github.com/pokk/AdaptiveRecyclerView/issues