diff --git a/README.md b/README.md index 643738d9e5..3659f409c3 100755 --- a/README.md +++ b/README.md @@ -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' }