File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ and within your application `build.gradle`
1515
1616``` gradle
1717dependencies {
18- compile 'com.github.Commit451.AdapterLayout:adapterlayout:latest.release.here@aar '
18+ compile 'com.github.Commit451.AdapterLayout:adapterlayout:latest.release.here'
1919}
2020```
2121and for [ FlowLayout] ( https://github.com/blazsolar/FlowLayout ) support:
@@ -24,13 +24,13 @@ and for [FlowLayout](https://github.com/blazsolar/FlowLayout) support:
2424dependencies {
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```
3030and for Kotlin extensions support:
3131``` gradle
3232dependencies {
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
You can’t perform that action at this time.
0 commit comments