Skip to content

Commit

Permalink
Upgraded the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pokk committed Jan 12, 2018
1 parent caa6513 commit 010e745
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
40 changes: 21 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,24 @@

The library has util tools as below:

1. Log
2. Fragment
3. Delegate
4. Color
5. Listener
6. Observable of RxJava
7. Observer of RxJava
8. View
9. Time
10. ArrayList
11. Keyboard
12. String
13. Thread
14. RecyclerView.ItemDecorator
15. Glide
16. RxMvvm
1. ArrayList
2. Bitmap
3. Color
4. Delegate
5. Drawable
6. Fragment
7. Glide
8. Keyboard
9. Listener
10. Log
11. Observable of RxJava
12. Observer of RxJava
13. RecyclerView.ItemDecorator
14. RxMvvm
15. String
16. Thread
17. Time
18. View

# Download

Expand All @@ -42,7 +44,7 @@ allprojects {
And add our dependency to your app `bundle.gradle`.

```gradle
implementation 'com.devrapid.jieyi:kotlinknifer:1.1.1'
implementation 'com.devrapid.jieyi:kotlinknifer:1.1.2'
```

Then you can use it!!!
Expand All @@ -53,7 +55,7 @@ Then you can use it!!!
<dependency>
<groupId>com.devrapid.jieyi</groupId>
<artifactId>kotlinknifer</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<type>pom</type>
</dependency>
```
Expand All @@ -68,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

```
implementation('com.devrapid.jieyi:kotlinknifer:1.1.1', {
implementation('com.devrapid.jieyi:kotlinknifer:1.1.2', {
exclude group: 'io.reactivex.rxjava2', module: 'rxjava'
exclude group: 'io.reactivex.rxjava2', module: 'rxkotlin'
exclude group: 'com.google.code.gson', module: 'gson'
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.1.1
proj_version=1.1.2
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 010e745

Please sign in to comment.