From ffc92d03a52e129def7831fd361588e206d35388 Mon Sep 17 00:00:00 2001 From: sanath-saravitech <105341814+sanath-saravitech@users.noreply.github.com> Date: Thu, 29 Sep 2022 13:14:17 +0530 Subject: [PATCH] update compile with implementation in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 444ba45..3cae75e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Since ReactNative 0.60.0 and ReactNative Cli 2.0.0, no action is needed to add a ``` 3. Insert the following lines inside the dependencies block in `android/app/build.gradle`: ``` - compile project(':react-native-android-location-enabler') + implementation project(':react-native-android-location-enabler') ``` ## Usage