blackdeve / react-native-wifi

A react-native implementation for viewing and connecting to Wifi networks on Android and iOS devices.
76 stars 89 forks source link

Change compile to implementation in Gradle #19

Closed robwalkerco closed 5 years ago

robwalkerco commented 5 years ago

This is required due to changes in Android Studio.

WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
dexorc commented 5 years ago

Is it possible to make this PR just the changes needed for 'compile' to 'implementation'?

robwalkerco commented 5 years ago

Closed in favour of #27