From 538ac8b8051431a76a0bfd8398026d1ff61b9d56 Mon Sep 17 00:00:00 2001 From: Jieyi Date: Tue, 20 Feb 2018 14:46:52 +0900 Subject: [PATCH] Upgrade the version. --- README.md | 6 +++--- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6012769..9fd1ed2 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.2.21' +implementation 'com.devrapid.jieyi:kotlinknifer:1.2.3' ``` Then you can use it!!! @@ -55,7 +55,7 @@ Then you can use it!!! com.devrapid.jieyi kotlinknifer - 1.2.21 + 1.2.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.2.21', { +implementation('com.devrapid.jieyi:kotlinknifer:1.2.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 1f0ca96..92586c6 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.2.22 +proj_version=1.2.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 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0e680f3..f63486f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Wed Jan 24 11:07:46 JST 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip