Skip to content

Commit 2d94d8a

Browse files
authored
Update README.md
1 parent 67a4815 commit 2d94d8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

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

1616
```gradle
1717
dependencies {
18-
compile 'com.github.Commit451.AdapterLayout:adapterlayout:latest.release.here@aar'
18+
compile 'com.github.Commit451.AdapterLayout:adapterlayout:latest.release.here'
1919
}
2020
```
2121
and for [FlowLayout](https://github.com/blazsolar/FlowLayout) support:
@@ -24,13 +24,13 @@ and for [FlowLayout](https://github.com/blazsolar/FlowLayout) support:
2424
dependencies {
2525
//add the latest of FlowLayout
2626
compile 'com.wefika:flowlayout:latest.release.here'
27-
compile 'com.github.Commit451.AdapterLayout:adapterflowlayout:latest.release.here@aar'
27+
compile 'com.github.Commit451.AdapterLayout:adapterflowlayout:latest.release.here'
2828
}
2929
```
3030
and for Kotlin extensions support:
3131
```gradle
3232
dependencies {
33-
compile 'com.github.Commit451.AdapterLayout:adapterlayout-kotlin:latest.release.here@aar'
33+
compile 'com.github.Commit451.AdapterLayout:adapterlayout-kotlin:latest.release.here'
3434
}
3535
```
3636

0 commit comments

Comments
 (0)