Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Commit

Permalink
swapped compile to implementation (google#407)
Browse files Browse the repository at this point in the history
As of gradle 3.0 `compile` is deprecated and should be replace by `implementation`
  • Loading branch information
raeglan authored and thagikura committed Mar 8, 2018
1 parent 3aa5609 commit 877a6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the following dependency to your `build.gradle` file:

```
dependencies {
compile 'com.google.android:flexbox:0.3.2'
implementation 'com.google.android:flexbox:0.3.2'
}
```

Expand Down

0 comments on commit 877a6a0

Please sign in to comment.