Skip to content

Commit 98f23ff

Browse files
authored
Update README.md
1 parent 8abfc8e commit 98f23ff

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ Android上的标签布局、流式布局,支持单选、多选等操作
44
### 引入依赖
55

66
```kotlin
7-
implementation 'com.yhw.library:taglayout:1.0.1'
7+
allprojects {
8+
repositories {
9+
...
10+
maven { url 'https://jitpack.io' }
11+
}
12+
}
13+
14+
dependencies {
15+
implementation 'com.github.LuckyCodeer:TagLayout:V1.0.1'
16+
}
817
```
918

1019
### 使用方法

0 commit comments

Comments
 (0)