File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,22 @@ and within your application `build.gradle`
1515
1616``` gradle
1717dependencies {
18- compile 'com.github.Commit451.AdapterLayout:adapterlayout:latest.release.here'
18+ implementation 'com.github.Commit451.AdapterLayout:adapterlayout:latest.release.here'
1919}
2020```
2121and for [ FlowLayout] ( https://github.com/blazsolar/FlowLayout ) support:
2222[ ![ 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 )
2323``` gradle
2424dependencies {
2525 //add the latest of FlowLayout
26- compile 'com.wefika:flowlayout:latest.release.here'
27- compile 'com.github.Commit451.AdapterLayout:adapterflowlayout:latest.release.here'
26+ implementation 'com.wefika:flowlayout:latest.release.here'
27+ implementation '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'
33+ implementation 'com.github.Commit451.AdapterLayout:adapterlayout-kotlin:latest.release.here'
3434}
3535```
3636
@@ -69,7 +69,7 @@ It is simple to create your own `ViewGroup` backed by a `RecyclerView.Adapter`.
6969License
7070--------
7171
72- Copyright 2017 Commit 451
72+ Copyright 2018 Commit 451
7373
7474 Licensed under the Apache License, Version 2.0 (the "License");
7575 you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments