Skip to content

Commit b972a98

Browse files
authored
Add @aar to dependencies
1 parent 58f9957 commit b972a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ and within your application `build.gradle`
1515

1616
```gradle
1717
dependencies {
18-
compile 'com.github.Commit451.AdapterLayout:adapterlayout:latest.release.here'
18+
compile 'com.github.Commit451.AdapterLayout:adapterlayout:latest.release.here@aar'
1919
}
2020
```
2121
and for [FlowLayout](https://github.com/blazsolar/FlowLayout) support
2222
```gradle
2323
dependencies {
24-
compile 'com.github.Commit451.AdapterLayout:adapterflowlayout:latest.release.here'
24+
compile 'com.github.Commit451.AdapterLayout:adapterflowlayout:latest.release.here@aar'
2525
}
2626
```
2727

0 commit comments

Comments
 (0)