From baa59f134c1f46858367c84f235264241de99d38 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Wed, 8 May 2019 08:15:40 +0100 Subject: [PATCH 1/2] Change compile to implementation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf608a5..55a7026 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ``` 3. Insert the following lines inside the dependencies block in `android/app/build.gradle`: ``` - compile project(':react-native-wifi') + implementation project(':react-native-wifi') ``` @@ -53,4 +53,4 @@ WifiManager.getCurrentWifiSSID() console.log('Cannot get current SSID!') }) ``` - \ No newline at end of file + From 8970b6e3b1697288a7b24d44d0db778f04fc4b25 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Wed, 8 May 2019 08:16:34 +0100 Subject: [PATCH 2/2] Change compile to implementation --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 3402358..20368ec 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -13,6 +13,6 @@ android { } dependencies { - compile 'com.facebook.react:react-native:+' + implementation 'com.facebook.react:react-native:+' } - \ No newline at end of file +