From 8abfba10fabae767a57f617537fd4949f8475cd5 Mon Sep 17 00:00:00 2001 From: prudhvi reddy Date: Thu, 25 Apr 2019 10:23:34 +0530 Subject: [PATCH] compile is deprecated we should use implementation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8288a0..9e3a062 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Run react-native link tipsi-twitter so your project is linked against your Andro ... dependencies { ... - compile project(':tipsi-twitter') - compile "com.facebook.react:react-native:+" // From node_modules + implementation project(':tipsi-twitter') + implementation "com.facebook.react:react-native:+" // From node_modules } ``` 2. In your settings.gradle add: