Skip to content

Commit

Permalink
Add support for sdk 26.
Browse files Browse the repository at this point in the history
  • Loading branch information
ittianyu committed Aug 24, 2017
1 parent edbda64 commit 4dec328
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ Step 2. Add the dependency
compile 'com.github.ittianyu:BottomNavigationViewEx:1.2.1'
```

If you can access google maven https://maven.google.com. And SDK >= 26. You can try the new version.
```groovy
compile 'com.github.ittianyu:BottomNavigationViewEx:1.2.3'
```


#### Manual: ####

Downloading [BottomNavigationViewEx.java](https://github.com/ittianyu/BottomNavigationViewEx/master/widget/src/main/java/com/ittianyu/bottomnavigationviewex/BottomNavigationViewEx.java) and copying it to you project.
Expand Down
5 changes: 5 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ allprojects {
compile 'com.github.ittianyu:BottomNavigationViewEx:1.2.1'
```

如果你可以访问谷歌 maven 仓库 https://maven.google.com,且 SDK >= 26,可以使用新版本
```groovy
compile 'com.github.ittianyu:BottomNavigationViewEx:1.2.3'
```

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

下载文件 [BottomNavigationViewEx.java](https://github.com/ittianyu/BottomNavigationViewEx/master/widget/src/main/java/com/ittianyu/bottomnavigationviewex/BottomNavigationViewEx.java) 并复制到你的工程中。
Expand Down

0 comments on commit 4dec328

Please sign in to comment.