Skip to content

Commit c563e5d

Browse files
committed
Add the flowlayout dependency to the README to make it more clear that it is needed
1 parent b972a98 commit c563e5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ dependencies {
1919
}
2020
```
2121
and for [FlowLayout](https://github.com/blazsolar/FlowLayout) support
22+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.wefika/flowlayout/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.wefika/flowlayout)
2223
```gradle
2324
dependencies {
25+
//add the latest of FlowLayout
26+
compile 'com.wefika:flowlayout:latest.release.here'
2427
compile 'com.github.Commit451.AdapterLayout:adapterflowlayout:latest.release.here@aar'
2528
}
2629
```

0 commit comments

Comments
 (0)