From 856b43b49e42460d2c649b19e72b636644196e5d Mon Sep 17 00:00:00 2001 From: mircodemarchi Date: Fri, 25 Oct 2019 18:13:47 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5696de5..8b63d90 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Note -------- Basically same as appcompat_v7 version 21, you can use appcompat_v7 ```groovy -compile 'com.android.support:appcompat-v7:21.0.+' +implementation 'com.android.support:appcompat-v7:21.0.+' ``` ```xml