From bc0255b6513a58d3ceee227538c5508e74fc1fd2 Mon Sep 17 00:00:00 2001 From: Jieyi Date: Tue, 17 Apr 2018 20:33:31 +0900 Subject: [PATCH] =?UTF-8?q?Updated=20the=20version.=20=F0=9F=8D=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8181373..600b1e7 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:0.0.6' +compile "com.devrapid.jieyi:adaptiverecyclerview:0.0.7" ``` ## Maven @@ -114,7 +114,7 @@ compile 'com.devrapid.jieyi:adaptiverecyclerview:0.0.6' com.devrapid.jieyi adaptiverecyclerview - 0.0.6 + 0.0.7 pom ``` diff --git a/gradle.properties b/gradle.properties index d599971..9703cc4 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=0.0.6 +proj_version=0.0.7 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