From b34eb5bcc7afb0d119965aeefbf679d2514128dc Mon Sep 17 00:00:00 2001 From: Ariiq V Romero <74106164+geniusvale@users.noreply.github.com> Date: Thu, 20 Jan 2022 16:20:29 +0700 Subject: [PATCH] Update README.md gradle `compile` is deprecated, changing into `implementation` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f1a174..3949429 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Get it on the [Google Play Store](https://play.google.com/store/apps/details?id= First of all, include the dependency in your app build.gradle: ```gradle -compile 'com.alespero:expandable-cardview:0.8' +implementation 'com.alespero:expandable-cardview:0.8' ``` Or get the aar in the [Releases](https://github.com/AleSpero/ExpandableCardView/releases) section.