Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ittianyu committed Sep 29, 2018
1 parent d39af50 commit a508568
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ An android lib for enhancing BottomNavigationView.
### Sdk Version ###
`compileSdkVersion` >= 25

### Importing to project ###
### Importing to project(choose one) ###

#### Example for Gradle: ####

Expand All @@ -129,10 +129,16 @@ allprojects {
```

Step 2. Add the dependency
1. old version support lib <= 27
```groovy
compile 'com.github.ittianyu:BottomNavigationViewEx:1.2.4'
compile "com.android.support:design:26.+"
```
2. new version support lib = 28
```groovy
implementation 'com.github.ittianyu:BottomNavigationViewEx:2.0.0'
implementation "com.android.support:design:28.0.0"
```


#### Manual: ####
Expand Down
9 changes: 8 additions & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
### Sdk 版本 ###
`compileSdkVersion` >= 25

### 导入本库 ###
### 导入本库(选择其中一种) ###

#### Gradle例子: ####

Expand All @@ -127,10 +127,17 @@ allprojects {
```

步骤 2. 添加依赖

1. 旧版本 support lib <= 27
```groovy
compile 'com.github.ittianyu:BottomNavigationViewEx:1.2.4'
compile "com.android.support:design:26.+"
```
2. 新版本 support lib = 28
```groovy
implementation 'com.github.ittianyu:BottomNavigationViewEx:2.0.0'
implementation "com.android.support:design:28.0.0"
```

#### 手动导入: ####

Expand Down

0 comments on commit a508568

Please sign in to comment.