Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3z committed Jul 29, 2019
1 parent f0fce0c commit 1a4c012
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ A FlowLayout for Android, which allows child views flow to next row when there i

## Gradle

AndroidX:

```
implementation 'com.nex3z:flow-layout:1.3.0'
```

AppCompact:

```
compile 'com.nex3z:flow-layout:1.2.4'
implementation 'com.nex3z:flow-layout:1.2.4'
```


Expand Down

0 comments on commit 1a4c012

Please sign in to comment.