Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
werbhelius committed Aug 26, 2018
1 parent 3a1ef52 commit 25a91e3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ Click icon download lastest sample

## Dependency
```gradle
compile 'com.werb.moretype:moretype:0.2.5'
compile 'com.werb.moretype:moretype:0.3.1'
```
or
```gradle
implementation 'com.werb.moretype:moretype:0.2.5'
implementation 'com.werb.moretype:moretype:0.3.1'
```

## Update log
#### [v0.2.5](https://github.com/Werb/MoreType/releases/tag/v0.2.5)
* fix fix payloads judge error
* update support lib version
#### [v0.3.1](https://github.com/Werb/MoreType/releases/tag/v0.3.1)
* bug fix
* add MoreViewHolder initialize error ViewHolderInitErrorException

## Usage

Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ I am not The first thought of this concept, I first saw the concept of practice,

## Dependency
```gradle
compile 'com.werb.moretype:moretype:0.2.5'
compile 'com.werb.moretype:moretype:0.3.1'
```
or
```gradle
implementation 'com.werb.moretype:moretype:0.2.5'
implementation 'com.werb.moretype:moretype:0.3.1'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Click icon download lastest sample

## Dependency
```gradle
compile 'com.werb.moretype:moretype:0.2.5'
compile 'com.werb.moretype:moretype:0.3.1'
```
or
```gradle
implementation 'com.werb.moretype:moretype:0.2.5'
implementation 'com.werb.moretype:moretype:0.3.1'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.2.61'
ext.kotlin_version = '1.2.51'
repositories {
google()
jcenter()
Expand Down

0 comments on commit 25a91e3

Please sign in to comment.