File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -123,17 +123,13 @@ allprojects {
123
123
repositories {
124
124
...
125
125
maven { url "https://jitpack.io" }
126
+ maven { url "https://maven.google.com" }
126
127
}
127
128
}
128
129
```
129
130
130
131
Step 2. Add the dependency
131
132
``` groovy
132
- compile 'com.github.ittianyu:BottomNavigationViewEx:1.2.1'
133
- ```
134
-
135
- If you can access google maven https://maven.google.com . And SDK >= 26. You can try the new version.
136
- ``` groovy
137
133
compile 'com.github.ittianyu:BottomNavigationViewEx:1.2.4'
138
134
compile "com.android.support:design:26.+"
139
135
```
Original file line number Diff line number Diff line change @@ -121,17 +121,13 @@ allprojects {
121
121
repositories {
122
122
...
123
123
maven { url "https://jitpack.io" }
124
+ maven { url "https://maven.google.com" }
124
125
}
125
126
}
126
127
```
127
128
128
129
步骤 2. 添加依赖
129
130
``` groovy
130
- compile 'com.github.ittianyu:BottomNavigationViewEx:1.2.1'
131
- ```
132
-
133
- 如果你可以访问谷歌 maven 仓库 https://maven.google.com,且 SDK >= 26,可以使用新版本
134
- ``` groovy
135
131
compile 'com.github.ittianyu:BottomNavigationViewEx:1.2.4'
136
132
compile "com.android.support:design:26.+"
137
133
```
You can’t perform that action at this time.
0 commit comments