From 0a3016366f8e7a1f480108c36997bb720609eee6 Mon Sep 17 00:00:00 2001 From: Jieyi Date: Tue, 19 Feb 2019 11:52:58 +0900 Subject: [PATCH] Upgrade: upgrade the version to 1.0.8. --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b75e09..6597a55 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.7" +compile "com.devrapid.jieyi:adaptiverecyclerview:1.0.8" ``` ## Maven @@ -114,7 +114,7 @@ compile "com.devrapid.jieyi:adaptiverecyclerview:1.0.7" com.devrapid.jieyi adaptiverecyclerview - 1.0.5 + 1.0.8 pom ``` diff --git a/gradle.properties b/gradle.properties index 5bf2434..20822ea 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.7 +proj_version=1.0.8 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