Skip to content

Commit

Permalink
compile -> implementation for recent Gradle support (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
erluxman authored and elihart committed Sep 18, 2018
1 parent f84384f commit b1ebcda
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 @@ -19,7 +19,7 @@ Gradle is the only supported build configuration, so just add the dependency to

```groovy
dependencies {
compile 'com.airbnb.android:epoxy:2.x.y'
implementation 'com.airbnb.android:epoxy:2.x.y'
// Add the annotation processor if you are using Epoxy's annotations (recommended)
annotationProcessor 'com.airbnb.android:epoxy-processor:2.x.y'
}
Expand Down

0 comments on commit b1ebcda

Please sign in to comment.