Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Replacement of "compile" with "implementation" #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Replacement of "compile" with "implementation"
As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.
ardacebi authored May 5, 2018

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit e663c1eb525fd7aff5a9d0ed435e6972a9f9eb8f
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ Grab the AAR from Maven Central by adding it as a dependency in your **build.gra

```groovy
dependencies {
compile 'com.oguzdev:CircularFloatingActionMenu:1.0.2'
implementation 'com.oguzdev:CircularFloatingActionMenu:1.0.2'
}
```
Alternatively, clone the repo and add `library` as a module to your project.