We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f9957 commit b972a98Copy full SHA for b972a98
README.md
@@ -15,13 +15,13 @@ and within your application `build.gradle`
15
16
```gradle
17
dependencies {
18
- compile 'com.github.Commit451.AdapterLayout:adapterlayout:latest.release.here'
+ compile 'com.github.Commit451.AdapterLayout:adapterlayout:latest.release.here@aar'
19
}
20
```
21
and for [FlowLayout](https://github.com/blazsolar/FlowLayout) support
22
23
24
- compile 'com.github.Commit451.AdapterLayout:adapterflowlayout:latest.release.here'
+ compile 'com.github.Commit451.AdapterLayout:adapterflowlayout:latest.release.here@aar'
25
26
27
0 commit comments