Skip to content

Commit c01b574

Browse files
authored
Update README.md
1 parent b035673 commit c01b574

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# AutoFlowLayout
22
自定义LinearLayout,支持自动换行,指定行数,实现流式布局
3+
4+
Step 1. Add the JitPack repository to your build file
5+
```
6+
allprojects {
7+
repositories {
8+
...
9+
maven { url 'https://jitpack.io' }
10+
}
11+
}
12+
```
13+
Step 2. Add the dependency
14+
```
15+
dependencies {
16+
compile 'com.github.LRH1993:AutoFlowLayout:1.0.2'
17+
}
18+
```

0 commit comments

Comments
 (0)