From b1ebcda201afe72b5deb746bd4dde702c5246498 Mon Sep 17 00:00:00 2001 From: Laxman Bhattarai <6260014+erluxman@users.noreply.github.com> Date: Wed, 19 Sep 2018 02:29:32 +0545 Subject: [PATCH] compile -> implementation for recent Gradle support (#541) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }