From def99a3d5e4e712980f0bed76de9393df8171375 Mon Sep 17 00:00:00 2001 From: YogeshMorpho <42707468+YogeshMorpho@users.noreply.github.com> Date: Sun, 13 Oct 2019 20:31:09 +0530 Subject: [PATCH] Update README.md Using compile command for manual installation gives 'Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api' ' error. Replacing compile with implementation solves the issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eea75d0..ce0a9c3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Officialy this library supports React Native >= 0.25, it may run on older versio ``` 4. Insert the following lines inside the dependencies block in `android/app/build.gradle`: ``` - compile project(':react-native-bluetooth-serial') + implementation project(':react-native-bluetooth-serial') ``` ## Example