diff --git a/README.md b/README.md index 988407f..9ddb8d0 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.14" +compile "com.devrapid.jieyi:adaptiverecyclerview:1.0.15" ``` ## Maven @@ -114,7 +114,7 @@ compile "com.devrapid.jieyi:adaptiverecyclerview:1.0.14" com.devrapid.jieyi adaptiverecyclerview - 1.0.14 + 1.0.15 pom ``` diff --git a/gradle.properties b/gradle.properties index 7440162..bea8698 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.14 +proj_version=1.0.15 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