From 9c47b90a5462bfd48222c16a0f975b36a1ed343a Mon Sep 17 00:00:00 2001 From: Jieyi Date: Fri, 12 Jan 2018 18:41:29 +0900 Subject: [PATCH] =?UTF-8?q?Updated=20the=20new=20version.=20=F0=9F=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba706a6..551bc17 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ allprojects { And add our dependency to your app `bundle.gradle`. ```gradle -implementation 'com.devrapid.jieyi:kotlinknifer:1.1.2' +implementation 'com.devrapid.jieyi:kotlinknifer:1.1.3' ``` Then you can use it!!! @@ -55,7 +55,7 @@ Then you can use it!!! com.devrapid.jieyi kotlinknifer - 1.1.2 + 1.1.3 pom ``` @@ -70,7 +70,7 @@ Then you can use it!!! If you'd not like to use them to your project, you can add the exclude as like below ```gradle -implementation('com.devrapid.jieyi:kotlinknifer:1.1.2', { +implementation('com.devrapid.jieyi:kotlinknifer:1.1.3', { exclude group: 'io.reactivex.rxjava2', module: 'rxjava' exclude group: 'io.reactivex.rxjava2', module: 'rxkotlin' exclude group: 'com.google.code.gson', module: 'gson' diff --git a/gradle.properties b/gradle.properties index e55f7b9..b41a45b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ proj_name=kotlinknifer proj_libname=KotlinKnifer proj_group=com.devrapid.jieyi proj_artifactid=kotlinknifer -proj_version=1.1.2 +proj_version=1.1.3 proj_description=For developing an Android conveniently and rapidly. proj_websiteurl=https://github.com/pokk/KotlinKnifer proj_issuetrackerurl=https://github.com/pokk/KotlinKnifer/issues