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: