Skip to content

Commit 396f569

Browse files
authored
Update README.md
1 parent 875c989 commit 396f569

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

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

1616
```gradle
1717
dependencies {
18-
compile 'com.github.Commit451.AdapterLayout:adapterlayout:latest.release.here'
18+
implementation 'com.github.Commit451.AdapterLayout:adapterlayout:latest.release.here'
1919
}
2020
```
2121
and 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
2424
dependencies {
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
```
3030
and for Kotlin extensions support:
3131
```gradle
3232
dependencies {
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`.
6969
License
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.

0 commit comments

Comments
 (0)