Skip to content

Commit

Permalink
Upgraded the version. 🍷
Browse files Browse the repository at this point in the history
  • Loading branch information
pokk committed Apr 11, 2018
1 parent 79068f0 commit c922bae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ allprojects {
And add our dependency to your app `bundle.gradle`.

```gradle
implementation 'com.devrapid.jieyi:kotlinknifer:1.5.6'
implementation 'com.devrapid.jieyi:kotlinknifer:1.5.7'
implementation 'com.devrapid.jieyi:kotlinshaver:0.2.2'
```
Expand All @@ -100,7 +100,7 @@ Then you can use it!!!
<dependency>
<groupId>com.devrapid.jieyi</groupId>
<artifactId>kotlinknifer</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
<type>pom</type>
</dependency>
Expand All @@ -127,7 +127,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.5.6', {
implementation('com.devrapid.jieyi:kotlinknifer:1.5.7', {
exclude group: 'com.google.code.gson', module: 'gson'
exclude group: 'com.github.bumptech.glide', module: 'glide'
})
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proj_name=kotlinknifer
proj_libname=KotlinKnifer
proj_group=com.devrapid.jieyi
proj_artifactid=kotlinknifer
proj_version=1.5.6
proj_version=1.5.7
proj_description=For developing an Android conveniently and rapidly.
proj_websiteurl=https://github.com/pokk/KotlinKnifer
proj_issuetrackerurl=https://github.com/pokk/KotlinKnifer/issues
Expand Down

0 comments on commit c922bae

Please sign in to comment.